Help Me Erro.Playerid - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help Me Erro.Playerid (
/showthread.php?tid=621304)
Help Me Erro.Playerid -
ongnung147 - 09.11.2016
Код HTML:
./includes/callbacks.pwn(9006) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
---Code
Код HTML:
public GivePlayerCash (playerid, money)
{
PlayerInfo[playerid][pCash] += money;
}
}
Re: Help Me Erro.Playerid -
Threshold - 09.11.2016
You didn't try very hard, did you...?
{ x1
} x2
Re: Help Me Erro.Playerid -
ongnung147 - 09.11.2016
lа sao ?
Re: Help Me Erro.Playerid -
ongnung147 - 09.11.2016
what it mean ?
Re: Help Me Erro.Playerid -
Dayrion - 09.11.2016
Did you even check your code before posting?
Re: Help Me Erro.Playerid -
ongnung147 - 09.11.2016

Code
Код HTML:
public GivePlayerCash (playerid, money)
{
{
PlayerInfo[playerid][pCash] += money;
}
return 1;
}
Re: Help Me Erro.Playerid -
TYDS - 09.11.2016
try this, oh and please speak english please don't talk another language!
public GivePlayerCash (playerid, money)
{
PlayerInfo[playerid][pCash] += money;
}
Re: Help Me Erro.Playerid -
ongnung147 - 09.11.2016
Re: Help Me Erro.Playerid -
TYDS - 09.11.2016
trust delete that code and add this code
public GivePlayerCash (playerid, money)
{
PlayerInfo[playerid][pCash] += money;
}
Re: Help Me Erro.Playerid -
ongnung147 - 09.11.2016
Erro?