Just some cmds!!!!!!!! :D
#2

pawn Код:
YCMD:aa(playerid, params[], help)
{
    #pragma unused params, hep
    if(IsPlayerAdmin)//change this with your admin variable, this is for rcon only
    {
        SetPlayerPos(playerid, x, y, z);//change x, y and z with the coordinates from the abandoned airport
        SetPlayerInterior(playerid, 0);
        SetPlayerVirtualWorld(playerid, 0);
    }
    else
    {
        SendClientMessage(playerid, 0xFF0000FF, "You don't have the permission to do that!");
    }
    return 1;
}
Will be back with the /ann cmd.
Reply


Messages In This Thread
Just some cmds!!!!!!!! :D - by shoaib_sait - 25.01.2013, 12:02
Re: Just some cmds!!!!!!!! :D - by DiGiTaL_AnGeL - 25.01.2013, 12:08
Re: Just some cmds!!!!!!!! :D - by SAMPHacker - 25.01.2013, 12:10
Re: Just some cmds!!!!!!!! :D - by shoaib_sait - 25.01.2013, 12:40
Re: Just some cmds!!!!!!!! :D - by xMCx - 25.01.2013, 13:55

Forum Jump:


Users browsing this thread: 2 Guest(s)