OnPlayerEnterCheckpoint
#1

Hi, i get everytime these errors under onplayerentercheckpoint.

Код:
error 012: invalid function call, not a valid address
warning 215: expression has no effect
error 001: expected token: ";", but found ")"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
Код:
if(pizzamission(playerid) == 1) //<----Error
	{
	  DisablePlayerCheckpoint(playerid);
	  pizzas[playerid] = 5;
	  Pizzas(playerid);
	return 1;
	}
Tried "if(pizzamission[playerid] == 1)", but also didnt work. My define is also ok = new pizzamission[MAX_PLAYERS];
Reply


Messages In This Thread
OnPlayerEnterCheckpoint - by Vialpando - 30.12.2009, 15:10
Re: OnPlayerEnterCheckpoint - by Niixie - 30.12.2009, 15:14
Re: OnPlayerEnterCheckpoint - by Vialpando - 30.12.2009, 15:16
Re: OnPlayerEnterCheckpoint - by Niixie - 30.12.2009, 15:20

Forum Jump:


Users browsing this thread: 1 Guest(s)