26.06.2013, 17:05
(
Последний раз редактировалось Mafiaday; 26.06.2013 в 19:24.
)
Solved! Thanks to all!
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);
}
|
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);
}
|
Still stuck with the (25329) error any suggestions?