Help with server
#1

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.
Reply
#2

I think its fine. Try it and see if its working or not.
Reply
#3

The CList array is of size 3000. Will it work?? with that code
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)