15.06.2012, 06:10
Hi all,on my gamemode init i make to checkpoints,one for join to police and one for army.But on
Its only one checkpoint work,i mean that when i go to police checkpoint i can join normally but when to army i join to police again.How i can fix that? Please help
Thanks jimis
PHP код:
public OnPlayerEnterCheckpoint(playerid)
{
return 1;
}
Thanks jimis