05.04.2012, 09:24
Do you plant it under OnPlayerCommandText? If you can't understand what TzAkS. and I say, then this is how your code should be written;
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp("/getcar402", cmdtext, true, 10) == 0)
{
CreateVehicle(402, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 60);
return 1;
}
return 0;
}