23.01.2011, 14:42
Hey ,
OnPlayerConnect:
Now, problem is that if only I am in server, then it is Testing message shows up, but when there are like 2 more players, then it just doesn't show.
What's the problem ?
Код:
new PangaCP[MAX_PLAYERS] ;
Код:
PangaCP[playerid] = CreateDynamicCP(1433.3694, -997.1190, 1638.700, 1.5, -1, -1, -1, 100.0);
Код:
public OnPlayerEnterDynamicCP(playerid, checkpointid) { if(checkpointid == PangaCP[playerid]) { SendClientMessage(playerid, -1, "Testing"); } return 1; }
What's the problem ?