04.03.2018, 14:13
I mean... at least use char arrays since its all about the bool variables
EDIT: and you didn't even use the bool tag here:
You also messed the tabsize here
EDIT: and you didn't even use the bool tag here:
PHP код:
new zone[MAX_PLAYERS];
PHP код:
if(zone[playerid] == 1)
{
new zone = random(sizeof(zone));
SetPlayerPos(playerid, zone[zone][0],zone[zone]
[1],zone[zone][2]);
}