SA-MP Forums Archive
variables mixing - 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: variables mixing (/showthread.php?tid=598098)



variables mixing - Kajlle - 08.01.2016

The script that I use: Roleplay GM
Description of the problem in question : It happens to be simply mixed variables, players receive a level 100+, admin level 100+, 100+ years, not necessarily in order and regularity, just so happens, I detail examined the script a couple of times and i can not find the problem, I hope that someone will help ..
Part of the script : //
Picture (optional) : //

Sorry for bad English..


Re: variables mixing - Crystallize - 08.01.2016

How about posting
1.Commands
2.Enums.
3.OnPlayerConnect
4.ONPlayerDisconnect


Re: variables mixing - Kajlle - 08.01.2016

what comannds? OPC, OPD?


Re: variables mixing - Kajlle - 08.01.2016

enum player
{
pPassword[16],
pMoney,
pAdmin,
pHelper,
pPromoter,
.
.
.
.
.
.
pWanted,
pTicket,
pZlocin[16]
}
new PlayerInfo[MAX_PLAYERS][player];

mixing variables from this enum