Help please..
#1

Hello!
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;}
if i use this command, it will be like this


How to fix it?
Reply
#2

pawn Код:
SetPlayerInterior( playerid, 0 );
Reply
#3

Try Add it when player type /exitb
pawn Код:
SetPlayerInterior(playerid, 0); //
Edit: Late
Reply
#4

ok done ty
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)