29.11.2007, 17:31
Hmh i dont know howtodo that.. but im learning all the time:
Remember that? i was a scripting beginner 
Now ive done a own FS..
Which means that im learning all the time!
Quote:
Well i have a problem here.. the PutPlayerInVehicle doesnt work for some reason.. I tried to do a command to spawn a nrg next to you.. Heres the code: Code:
//------------------- /nrg if (strcmp (cmd, "/nrg", true) == 0) { SendClientMessage(playerid, COLOR_RED, "Success!"); CreateVehicle(522,1.0,-0.1,1.0,180,10,11,50000); PutPlayerInVehicle(playerid,522,0); return 1; } Any suggestions? |

Now ive done a own FS..
Which means that im learning all the time!