21.04.2013, 19:19
I am using BlueG R7 plugin. I dont know whether i defined is correct or not. Please correct me if am wrong
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.
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)