06.12.2014, 22:44
Hey boys i made new command for my server but
its not working on game when i login and i write it
it says "Unknown command"
Script:
its not working on game when i login and i write it
it says "Unknown command"
Script:
PHP код:
COMMAND:Driverlicen(playerid, params[])
{
if(IsPlayerInVehicle(playerid, specialcar))
{
SendClientMessage(playerid, -1, "You're in the special car!");
}
SetVehiclePos(specialcar, 1279.7849,-1342.3739,13.1002);
Ccp[playerid] = 1;
SetPlayerCheckpoint(playerid, 1260.7189,-1301.7548,12.8519, 4.0);
return 1;
}