02.11.2016, 08:53
Hello.
When i run this code, nothing shows up.
Not even an empty SendClientMessage.
halp??
EDIT: it has to be in a dialog.
my bad hehe
When i run this code, nothing shows up.
Not even an empty SendClientMessage.
halp??
PHP код:
/* ============================================================================= */
COMMAND:testing(playerid,params[])
{
new stats[400+1];
GetPlayerNetworkStats(playerid, stats, sizeof(stats));
SendClientMessage(playerid,-1,stats);
return 1;
}
/* ============================================================================= */
my bad hehe