07.05.2012, 19:19
it's just the lenght of the command.
And also to make the command use less space use this.
And also to make the command use less space use this.
pawn Код:
dcmd_monsterderby1(playerid, cmdtext[])
{
PutPlayerInVehicle(playerid,(CreateVehicle(444,X,Y,Z,A,-1,-1,-1)), 0);
SetPlayerPos(playerid, x, y, z);
return 1;
}