26.06.2013, 19:18
Quote:
This should fix the error on line 22360:
Код:
if(goonZ > (canhazbuy-PlayerInfo[playerid][guns])) { new str[40]; format(str,sizeof(str),"You can buy maximum of %d guns!",(canhazbuy-PlayerInfo[playerid][guns])) return SendClientMessage(playerid, COLOR_RED, str); } |
Thanks,
Mafiaday