30.12.2011, 16:44
Quote:
Any ID can use the commands, providing they're the right admin and such, although, the command only works on ID 0. For example, if I'm ID 7 and I use the command /setskin on ID 9, then it wouldn't set ID 9's skin, it'd set ID 0's skin, insead.
|
If don't,it's normal.As i know,every cmd that need an ID to perform,need to loop the players:
pawn Код:
for(new i; i<MAX_PLAYERS; i++) // loops all players
{
//Your code here
}