15.08.2009, 03:44
I got this codes :
But i want to make it working only in a Taxi... what do i do?
Код:
if(strcmp(cmdtext, "/testcmds", true, 5) == 0) {
if(IsPlayerInAnyVehicle(playerid))
{
SendClientMessage(playerid,COLOR_BLUE,"You Are In A Car.");
}
else
{
SendClientMessage(playerid,COLOR_LIGHTBLUE,"You Are Not In A Car.");
}
return 1;
}

