undefined symbol "giveplayerid"
#1

PHP код:
C:\Documents and Settings\drei\Desktop\0.3z\gamemodes\OLD.pwn(63520) : error 017undefined symbol "giveplayerid"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
1 Error

PHP код:
                if(PlayerInfo[playerid][pCookies] < 150)
                {
                    
PlayerInfo[playerid][pCookies] -= 150;
                    
PlayerInfo[giveplayerid][pGCoupon] = 1;
                    
format(stringsizeof(string), "AdmCmd: %s exchange her 150 cookies for 7 days Gold Donator Coupon.",GetPlayerNameEx(playerid));
                    
SendClientMessageToAllEx(COLOR_LIGHTREDstring);
                }
                else
                {
                     
SendClientMessage(playeridCOLOR_WHITE"You dont have any cookies to buy this item.");
                }
            } 
Reply


Messages In This Thread
undefined symbol "giveplayerid" - by lizter008 - 31.03.2014, 15:55
Re: undefined symbol "giveplayerid" - by Cole_William - 31.03.2014, 15:57
AW: undefined symbol "giveplayerid" - by Macronix - 31.03.2014, 15:57
Re: undefined symbol "giveplayerid" - by lizter008 - 31.03.2014, 16:02
AW: undefined symbol "giveplayerid" - by Macronix - 31.03.2014, 16:23
Re: undefined symbol "giveplayerid" - by Cole_William - 01.04.2014, 16:10
Re: undefined symbol "giveplayerid" - by PrivatioBoni - 01.04.2014, 18:14

Forum Jump:


Users browsing this thread: 8 Guest(s)