SA-MP Forums Archive
/up script - 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)
+--- Thread: /up script (/showthread.php?tid=372591)



/up script - lozylo - 27.08.2012

I want an /up script please.... i don't know how to make it


Re: /up script - Cjgogo - 27.08.2012

AND up command does what?>


Re: /up script - xtreamer - 27.08.2012

PHP код:
if(strcmp(cmd"/up"true) == 0)
    {
        if(
IsPlayerConnected(playerid))
        {
            if (
PlayerInfo[playerid][pAdmin] >= 1)
            {
                new 
Float:slxFloat:slyFloat:slz;
                
GetPlayerPos(playeridslxslyslz);
                
SetPlayerPos(playeridslxslyslz+2);
                return 
1;
            }
            else
            {
                
SendClientMessage(playeridCOLOR_GRAD1"   Nu esti admin !");
            }
        }
        return 
1;
    } 
But you should make your own filterscript from now on. +rep me


Re: /up script - Sig Hansen - 27.08.2012

Quote:
Originally Posted by xtreamer
Посмотреть сообщение
[php]if(strcmp(cmd, "/up", true) == 0)


But you should make your own filterscript from now on. +rep me
LooL Dont tell to rep you if they want they will


Re: /up script - Cena44 - 27.08.2012

what will that "up" script do?