PawnO : Error 202
#3

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendClientMessage(playerid,0xFF0000AA,"You died!, -250$ -1 Score + Medical Bills");
    GivePlayerMoney(playerid,-250);
    SetPlayerScore(playerid, -1);
   
    SendClientMessage(killerid,0x3A47DEFF,"You killed him! +500$ +1 Score!");
    GivePlayerMoney(killerid,500);
    SetPlayerScore(killerid, 1);
    return 1;
}
u cant put color on GivePlayerMoney ..
Reply


Messages In This Thread
PawnO : Error 202 - by Sl1mShady - 02.08.2012, 10:14
Re: PawnO : Error 202 - by Goobiiify - 02.08.2012, 10:15
Re: PawnO : Error 202 - by Devilxz97 - 02.08.2012, 11:03
Re: PawnO : Error 202 - by Sl1mShady - 02.08.2012, 17:58

Forum Jump:


Users browsing this thread: 4 Guest(s)