DomesticCat Posted October 10, 2014 Share Posted October 10, 2014 Mera aj scripting meu pehla din hai, koi bata sakta hai ke Is script meu kya problem hai, ye script start ho jati hai, lekin ye script car ko spawn nahi karti. server.lua function createVehicleForPlayer(thePlayer, command, vehicleModel) end addCommandHandler ("cg", createVehicleForPlayer) meta.xml type="script" version="1.0.0"> Link to comment
Bilal135 Posted October 10, 2014 Share Posted October 10, 2014 (edited) script.lua function createVehicleForPlayer(thePlayer, command, vehicleModel) local x,y,z = getElementPosition(thePlayer) x = x + 5 local createdVehicle = createVehicle(tonumber(vehicleModel),x,y,z) if (createdVehicle == false) then outputChatBox("Failed to create vehicle.",thePlayer) end end addCommandHandler("cg", createVehicleForPlayer) meta.xml "Wiki" type="script" name="onplayerjoin" description="Spawn Vehicle" /> Test ke liye time nahi tha, lekin ye inshallah work kari ge. btw, wiki ko bhi consult kiya karo. EDIT: Credit goes to wiki. Edited October 10, 2014 by Guest Link to comment
DomesticCat Posted October 10, 2014 Author Share Posted October 10, 2014 Shukriya help ke liye! Meu wiki ko bhi read kar raha hoon better understanding ke liye.. Link to comment
Bilal135 Posted October 10, 2014 Share Posted October 10, 2014 Shukriya help ke liye! No problem Link to comment
Anubhav Posted October 10, 2014 Share Posted October 10, 2014 no credits to author? tuna script bany bhi nahi thi Link to comment
Mr.ShariQ Posted October 10, 2014 Share Posted October 10, 2014 no credits to author?tuna script bany bhi nahi thi ROFL, True. Link to comment
Bilal135 Posted October 10, 2014 Share Posted October 10, 2014 no credits to author?tuna script bany bhi nahi thi Credit given to wiki.multitheftauto.com Link to comment
Anubhav Posted October 10, 2014 Share Posted October 10, 2014 vo pakda gaya, usko cloning/copying ke lava nahi atha. kuch sikha apna bhai ko, no cloning/copying! Link to comment
Bilal135 Posted October 10, 2014 Share Posted October 10, 2014 vo pakda gaya, usko cloning/copying ke lava nahi atha. kuch sikha apna bhai ko, no cloning/copying! Us ne galat script likhi thi, to mene sahi kar di wiki ko dekh kar, is meu masla kya hai? Link to comment
Saml1er Posted October 10, 2014 Share Posted October 10, 2014 (edited) Credits? Wiki open source hain. Waha per koi specific author mention nahi huva hain khair.. Aur isne yeh toh nahi kaha ke meine khud banaya hain. Iss ne sirf copy paste kiya thake iss ki help kare pata nahi iss pe ladne ki konsi baat hain. Edited October 10, 2014 by Guest Link to comment
Bilal135 Posted October 10, 2014 Share Posted October 10, 2014 Credits? Wiki open source hain. Waha per koi specific author mention nahi huva hain khair.. Aur isne yeh toh nahi kaha ke meine khud banaya hain. Iss be sirf copy paste kiya thake iss ki help kare pata nahi iss pe ladne ki konsi baat hain. Yehi meu in ko samjhane ki koshis kar raha tha. Link to comment
Anubhav Posted October 10, 2014 Share Posted October 10, 2014 lock karo topic ko P.S: Tu itna budho ? Tu wiki ke credits de sakta tah EDIT: Tuna kisko samjjhane nahi jahya Link to comment
Bilal135 Posted October 10, 2014 Share Posted October 10, 2014 lock karo topic koP.S: Tu itna budho ? Tu wiki ke credits de sakta tah EDIT: Tuna kisko samjjhane nahi jahya WIKI KO CREDITS DE TO DIYE HAAIINN!!! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now