/up script
#1

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

AND up command does what?>
Reply
#3

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
Reply
#4

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
Reply
#5

what will that "up" script do?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)