Errors
#2

You didn't put all the nessecery { and }.. Try to use this;

PHP код:
public OnPlayerPickUpPickup(playeridpickupid)
{
    if(
PlayerInfo[playerid][pDovana] == 0)
    {
        if(
pickupid == 0GivePlayerMoney(playerid,10000);
        
SendClientMessage(playerid0xDEEE20FF"Geru Kaledu!");
        
PlayerInfo[playerid][pDovana] = true;
    }
    else
    {
        
SendClientMessage(playerid0xDEEE20FF"Jus jau gavote dovana!");
        return 
1;
    }
    return 
1;

Reply


Messages In This Thread
Errors - by Louris - 28.11.2012, 14:08
Re: Errors - by HarryPotter - 28.11.2012, 14:43

Forum Jump:


Users browsing this thread: 1 Guest(s)