27.03.2011, 09:01
Hello!
I have made a command
here is the code
if i use this command, it will be like this
How to fix it?
I have made a command
here is the code
pawn Код:
CMD:exitb(playerid,params[]) {
IsInMini[playerid] = 0;
SetPlayerPos(playerid,2227.5811,-1723.7896,13.5514);
GivePlayerWeapon(playerid,30,450);
GivePlayerWeapon(playerid,29,400);
GivePlayerWeapon(playerid,25,90);
GivePlayerWeapon(playerid,22,70);
return 1;}
How to fix it?