15.08.2009, 15:14
Ok i have this :
But i want to make the command working only in Taxi.... now idk what to do..
Sorry for my english ^^
Код:
if(strcmp(cmdtext, "/testcmds", true, 5) == 0) {
if(IsPlayerInAnyVehicle(playerid))
{
SendClientMessage(playerid,COLOR_YELLOW,"You Are In A Car.");
}
else
{
SendClientMessage(playerid,0xAA3333AA,"You Are Not In A Car.");
}
return 1;
}
Sorry for my english ^^

