Script Errors [Need help!]
#4

Also change that line
pawn Код:
C:\Users\Douglas\Desktop\Files\[0.3x]Razer Roleplay\gamemodes\RZRP.pwn(4656) : error 017: undefined symbol "GivePlayerCash"
With
pawn Код:
GivePlayerMoney(playerid,money); //money is the amount
Or better idea create new stock
pawn Код:
stock GivePlayerCash(playerid, money)
{
    GivePlayerMoney(playerid,money);
    return 1;
}
Reply


Messages In This Thread
Script Errors [Need help!] - by DouglasRamirez - 24.10.2013, 16:09
Re: Script Errors [Need help!] - by DouglasRamirez - 24.10.2013, 16:19
Re: Script Errors [Need help!] - by SilentSoul - 24.10.2013, 16:34
Re: Script Errors [Need help!] - by SilentSoul - 24.10.2013, 16:38

Forum Jump:


Users browsing this thread: 1 Guest(s)