30.12.2010, 10:16
Hey,
I need help with a little problem. For debugging, I try to print all PVars a player has. I guess I need the functions
but I dont find any documentation about them. Any help?
I need help with a little problem. For debugging, I try to print all PVars a player has. I guess I need the functions
Код:
native GetPVarsUpperIndex(playerid); native GetPVarNameAtIndex(playerid, index, ret_varname[], ret_len); native GetPVarType(playerid, varname[]);