29.09.2010, 09:41
It's possible to change the names of the zones. If you have downloaded a zone script, just open it and change the names. If not then you will have to get 1 or make your own.
And for the gate, create the gate and just check if(playerid == allowedplayersid) or use a variable like
Recommend you to use Get/SetPVarInt on the variable tho.
Edit: post number 200
And for the gate, create the gate and just check if(playerid == allowedplayersid) or use a variable like
pawn Код:
new allowedtoopengate[MAX_PLAYERS]
if(allowedtoopengate[playerid] == 1/true)
{
//open gate
}
Recommend you to use Get/SetPVarInt on the variable tho.
Edit: post number 200