Help with Items - 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 with Items (
/showthread.php?tid=499809)
Help with Items -
Clad - 09.03.2014
Solved.
Re: Help with Items -
Abagail - 09.03.2014
When you say it doesn't work what doesn't work exactly? Like, - what happens?
Re : Help with Items -
Clad - 09.03.2014
You lack the items required like the gamemode don't get taht i already have 3 ecards
Re: Help with Items -
Abagail - 09.03.2014
Try:
pawn Код:
stock GetPlayerEcard(playerid)
{
new ecard = ecardd[playerid];
return ecard;
}
Untested, just a thought... REP if I helped.
Re : Help with Items -
Clad - 09.03.2014
Код:
error 001: expected token: "-identifier-", but found "-integer value-"
Re: Help with Items -
Abagail - 09.03.2014
Which line do you get that error on?