29.01.2014, 21:44
as I can do that the administrators make spawn in a position different ?
public OnPlayerSpawn(playerid)
{
if(IsPlayerAdmin(playerid)) {
SetPlayerPos(playerid, X, Y, Z); // Change the X Y Z with your VIP area postion
}
return 1;
}
CMD:theadminspawnswagyolo(playerid, params[])
{
if(isPlayerAdmin(playerid))
{
SetPlayerPos(playerid, X, Y, Z);
}
}