15.08.2009, 15:38
i got a error in this code:
Код:
if(strcmp(cmdtext, "/testcmds", true, 5) == 0) { if(GetVehicleModel(vehicleid) == 420) { SendClientMessage(playerid,0xAA3333AA,"You Are In A Taxi."); } else { SendClientMessage(playerid,0xAA3333AA,"You Are Not In A Taxi."); } return 1; }