31.08.2010, 19:51
(
Последний раз редактировалось fie; 31.08.2010 в 20:23.
)
What A day, thanks for helping me on my other post
can you tell me how i can get this to work?
i want it so when you type /car it puts the player in a sultan or cheetah
i have
if(strcmp(cmd, "/car", true) == 0) {
PutPlayerInVehicle(playerid, 560, 0);
return 1;
}
but it doesn't work. What am i doing wrong?
Or is what i am doing imposible?
can you tell me how i can get this to work?
i want it so when you type /car it puts the player in a sultan or cheetah
i have
if(strcmp(cmd, "/car", true) == 0) {
PutPlayerInVehicle(playerid, 560, 0);
return 1;
}
but it doesn't work. What am i doing wrong?
Or is what i am doing imposible?