Help me please! - 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 please! (
/showthread.php?tid=599198)
Help me please! -
qRazor - 22.01.2016
Hi, I have a problem.
http://i.imgur.com/RRTxZpz.png
How to fix this?
Can you explain?
Re: Help me please! -
Amunra - 22.01.2016
Make your Enum !
PHP код:
new playerVariable[MAX_PLAYERS][pInfo]
enum pInfo
{
pAdminLevel
};
Are you copied from Other Script ?
Re: Help me please! -
qRazor - 22.01.2016
Wait a minut please.
Edit: I give you a photo.
http://i.imgur.com/IRJ5ONf.png
I have one Error:
http://i.imgur.com/mUNCJoe.png
Re: Help me please! -
TwinkiDaBoss - 22.01.2016
place
PHP код:
new playerVariable[MAX_PLAYERS][pInfo];
bellow the enum.
Re: Help me please! -
qRazor - 22.01.2016
Thank you verry, verry much Twinki!