Issue with GetPlayerScore
#1

Код:
//level system
CMD:buylevel(playerid, params[])
{
      GivePlayerMoney(playerid, -1000);
      SetPlayerScore(playerid, 1);
      return 1;
}

 line 334 >>if(GetPlayerScore(playerid)> 50)
{
	 CMD:godon(playerid, params[])
	 {
		  SetPlayerHealth(playerid, 99999)
		  ;
     }
Код:
C:\Users\Modris\Desktop\Project\gamemodes\stuntcapital.pwn(334) : error 010: invalid function or declaration
Where's the problem?
Reply


Messages In This Thread
Issue with GetPlayerScore - by Steel_ - 14.06.2014, 21:03
AW: Issue with GetPlayerScore - by Nero_3D - 14.06.2014, 21:17
Re: Issue with GetPlayerScore - by Steel_ - 14.06.2014, 21:26
Re: Issue with GetPlayerScore - by iFiras - 14.06.2014, 21:29
AW: Issue with GetPlayerScore - by Nero_3D - 14.06.2014, 21:30
Re: Issue with GetPlayerScore - by Steel_ - 14.06.2014, 21:41

Forum Jump:


Users browsing this thread: 1 Guest(s)