SA-MP Forums Archive
Help please.. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help please.. (/showthread.php?tid=244427)



Help please.. - Ironboy - 27.03.2011

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?


Re: Help please.. - Zh3r0 - 27.03.2011

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



Re: Help please.. - Mr_Scripter - 27.03.2011

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


Re: Help please.. - Ironboy - 27.03.2011

ok done ty