Help[rep]
#7

BTW I FIXED MY ORIGINAL POST but that [code]seems to fuck it up D: try to learn from that anyway
Just as a notice for you.

See indentantions,

like this is wrong

Код:
If(GetPlayerScore == 300)
{
SendClientMessage(playerid, COLOR_RED,"You're poor");
and this is right
Код:
If(GetPlayerScore == 300)
{
       SendClientMessage(playerid, COLOR_RED,"You're poor");
Reply


Messages In This Thread
Help[rep] - by Dan_Barocu - 15.03.2012, 16:26
Re: Help[rep] - by Dan_Barocu - 15.03.2012, 16:36
Re: Help[rep] - by Dan_Barocu - 15.03.2012, 17:07
Re: Help[rep] - by Vince - 15.03.2012, 17:09
Re: Help[rep] - by GNGification - 15.03.2012, 17:17
Re: Help[rep] - by Dan_Barocu - 15.03.2012, 17:21
Re: Help[rep] - by GNGification - 15.03.2012, 17:23
Re: Help[rep] - by Dan_Barocu - 15.03.2012, 17:46
Re: Help[rep] - by Mauzen - 15.03.2012, 18:03
Re: Help[rep] - by Dan_Barocu - 15.03.2012, 18:33

Forum Jump:


Users browsing this thread: 2 Guest(s)