Cant fix that please help.
#1

Код:
public RobStoreTimer(playerid)
{
	GivePlayerMoney(playerid,100);
	SendClientMessage(playerid,0xFFFFFFAA," * You have successfully robbed the store, get outta there before the cops show!");
	Mask[playerid] = 0;
	return 1;
	}

public OnPlayerDisconnect(playerid, reason)
{
 for(new i = 0; i < MAX_PLAYERS; i++)
	{
	ShowPlayerNameTagForPlayer(i, playerid, 1);

	SkiMask[playerid] = 0;
	Mask[playerid] = 0;
	return 1;
}
D:\(51) : error 029: invalid expression, assumed zero
D:\(51) : error 004: function "OnPlayerDisconnect" is not implemented
D:\(142) : error 029: invalid expression, assumed zero
D:\(142) : error 004: function "RobStoreTimer" is not implemented
D:\(149) : error 030: compound statement not closed at the end of file (started at line 135)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


5 Errors.

Reply


Messages In This Thread
Cant fix that please help. - by Erkan - 02.07.2009, 22:51
Re: Cant fix that please help. - by Erkan - 03.07.2009, 21:31
Re: Cant fix that please help. - by refshal - 03.07.2009, 21:35
Re: Cant fix that please help. - by Mr_Finnigan - 03.07.2009, 21:46
Re: Cant fix that please help. - by Erkan - 04.07.2009, 17:11
Re: Cant fix that please help. - by saiberfun - 04.07.2009, 17:12
Re: Cant fix that please help. - by Erkan - 04.07.2009, 17:15
Re: Cant fix that please help. - by saiberfun - 04.07.2009, 17:17
Re: Cant fix that please help. - by Erkan - 04.07.2009, 21:06
Re: Cant fix that please help. - by refshal - 04.07.2009, 21:08

Forum Jump:


Users browsing this thread: 1 Guest(s)