Create Pickups for a player only?
#6

No, you have todefine them. I give you an example. Maybe it helps you.

take this over OnGamemodeinit
Код:
new checkpoint[MAX_PLAYERS]
if you set a cP for the player use this
Код:
SetPlayerCheckpoint(...)
checkpoint[playerid]=1;
...
checkpoint[playerid]=2;
...
this to onplayerentercheckpoint
Код:
if(checkpoint[playerid]==1){
...
}
Reply


Messages In This Thread
Create Pickups for a player only? - by Jochemd - 20.05.2010, 13:31
Re: Create Pickups for a player only? - by sushihusi - 20.05.2010, 14:34
Re: Create Pickups for a player only? - by Jochemd - 20.05.2010, 14:37
Re: Create Pickups for a player only? - by ViruZZzZ_ChiLLL - 20.05.2010, 15:03
Re: Create Pickups for a player only? - by NewTorran - 20.05.2010, 15:08
Re: Create Pickups for a player only? - by sushihusi - 20.05.2010, 15:11
Re: Create Pickups for a player only? - by shady91 - 20.05.2010, 15:13
Re: Create Pickups for a player only? - by NewTorran - 20.05.2010, 15:14
Re: Create Pickups for a player only? - by Scenario - 20.05.2010, 15:19
Re: Create Pickups for a player only? - by Jochemd - 20.05.2010, 15:20

Forum Jump:


Users browsing this thread: 3 Guest(s)