20.03.2010, 19:20
yeah dude your system is awesome!
its just not right...
maybe something with my command?...
its just not right...
maybe something with my command?...
pawn Код:
if(strcmp(cmdtext, "/modcar", true) == 0) {
new playerstate = GetPlayerState(playerid);
if(playerstate == PLAYER_STATE_DRIVER) {
return ModCar(playerid);
}
else {
return SendClientMessage(playerid, COLOR_GREY, "* You must be in a car being the driver.");
}
}