#1

as I can do that the administrators make spawn in a position different ?
Reply
#2

You mean Random Spawns?
Reply
#3

no, I want what to the administrators make spawn in бrea different "in vip zone"

Thanks
Reply
#4

Tema solucionado con la ayuda de samp wiki.
Reply
#5

pawn Код:
public OnPlayerSpawn(playerid)
{
    if(IsPlayerAdmin(playerid)) {
        SetPlayerPos(playerid, X, Y, Z); // Change the X Y Z with your VIP area postion
    }
    return 1;
}
Reply
#6

Or
pawn Код:
CMD:theadminspawnswagyolo(playerid, params[])
{
     if(isPlayerAdmin(playerid))
     {
          SetPlayerPos(playerid, X, Y, Z);
     }

}
Try mess around with IsPlayerAdmin.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)