25.11.2014, 15:32
Hello.
I've got this command:
But it doesn't send anything to player. No idea why.
Sorry for my English.
I've got this command:
pawn Код:
else if(strcmp(cmd, "/test", true) == 0)
{
SendMes(playerid, -1, "%i",Streamer_GetMaxItems(STREAMER_TYPE_OBJECT));
SendMes(playerid, -1, "%i",Streamer_GetVisibleItems(STREAMER_TYPE_OBJECT));
return 1;
}
Sorry for my English.