Dynamic Checkpoint
#1

Hey ,

Код:
new
	PangaCP[MAX_PLAYERS]
;
OnPlayerConnect:
Код:
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;
}
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 ?
Reply
#2

Anyone ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)