Whats Wrong Here?
#1

Код:
C:\PROGRA~1\ROCKST~1\GAMEMO~1\sftdm.pwn(2039) : error 001: expected token: ";", but found "{"
C:\PROGRA~1\ROCKST~1\GAMEMO~1\sftdm.pwn(2041) : error 010: invalid function or declaration
C:\PROGRA~1\ROCKST~1\GAMEMO~1\sftdm.pwn(2045) : error 054: unmatched closing brace ("}")
C:\PROGRA~1\ROCKST~1\GAMEMO~1\sftdm.pwn(2049) : error 054: unmatched closing brace ("}")
Code:

Код:
SetTimer("WantedCheck", 1000, true);
forward WantedCheck();



public WantedCheck
{

if GetPlayerWantedLevel(playerid) > 0)
{
SendClientMessage(playerid, COLOR_RED, "== Lose Your Stars, fool!");

}



}
Reply


Messages In This Thread
Whats Wrong Here? - by CJ101 - 19.02.2009, 22:56
Re: Whats Wrong Here? - by Grim_ - 19.02.2009, 22:59
Re: Whats Wrong Here? - by CJ101 - 19.02.2009, 23:11
Re: Whats Wrong Here? - by Grim_ - 19.02.2009, 23:13
Re: Whats Wrong Here? - by CJ101 - 19.02.2009, 23:15
Re: Whats Wrong Here? - by Grim_ - 19.02.2009, 23:20
Re: Whats Wrong Here? - by Mikep - 20.02.2009, 00:44

Forum Jump:


Users browsing this thread: 1 Guest(s)