4 Errors on one line.
#2

pawn Код:
else if(gift == 7)
            {
                GivePlayerMoney(giveplayerid, 20000);
                SendClientMessageEx(giveplayerid, COLOR_GRAD2, " Congratulations - you have won $20,000!");
                format(string, sizeof(string), "* %s was just gifted $20,000, enjoy!", GetPlayerNameEx(giveplayerid));
                ProxDetector(30.0, giveplayerid, string, COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW);
            }
or
pawn Код:
else if(gift == 7)
            {
                GivePlayerMoney(playerid, 20000);  
                SendClientMessageEx(giveplayerid, COLOR_GRAD2, " Congratulations - you have won $20,000!");
                format(string, sizeof(string), "* %s was just gifted $20,000, enjoy!", GetPlayerNameEx(giveplayerid));
                ProxDetector(30.0, giveplayerid, string, COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW);
            }
Reply


Messages In This Thread
4 Errors on one line. - by Humprabbit - 10.09.2012, 18:30
Re: 4 Errors on one line. - by mobiliz - 10.09.2012, 18:33

Forum Jump:


Users browsing this thread: 1 Guest(s)