15.04.2015, 15:21
Error :
Lines :
Код:
local variable "string" shadows a variable at a preceding level
PHP код:
;
if(i == -1) return 1;
new string[128];
if(GarageInfo[i][GarageOwned]) return SendClientMessage(playerid, GREY, "Sorry, somebody already beat you to buying this garage.");
if(GetMoney(playerid) >= price)
{
if (PlayerInfo[playerid][pGarageKey] == -1)