31.03.2014, 15:55
PHP код:
C:\Documents and Settings\drei\Desktop\0.3z\gamemodes\OLD.pwn(63520) : error 017: undefined symbol "giveplayerid"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
PHP код:
if(PlayerInfo[playerid][pCookies] < 150)
{
PlayerInfo[playerid][pCookies] -= 150;
PlayerInfo[giveplayerid][pGCoupon] = 1;
format(string, sizeof(string), "AdmCmd: %s exchange her 150 cookies for 7 days Gold Donator Coupon.",GetPlayerNameEx(playerid));
SendClientMessageToAllEx(COLOR_LIGHTRED, string);
}
else
{
SendClientMessage(playerid, COLOR_WHITE, "You dont have any cookies to buy this item.");
}
}