Help with server - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Help with server (
/showthread.php?tid=432263)
Help with server -
Merit - 21.04.2013
I am using BlueG R7 plugin. I dont know whether i defined is correct or not. Please correct me if am wrong
pawn Код:
stock check(playerid)
{
mysql_function_query(dBhandle, playerQuery, true, "PlayerShow", "is[128]", playerid, CList);
return 1;
}
forward PlayerShow(playerid, CList);
public PlayerShow(playerid, CList)
Here i wanna pass the array CList to the thread PlayerShow. So i dont know whether i made the correct code or not. If i am wrong please correct me.
Re: Help with server -
Ponii - 21.04.2013
I think its fine. Try it and see if its working or not.
Re: Help with server -
Merit - 21.04.2013
The CList array is of size 3000. Will it work?? with that code