25.11.2013, 20:02
Quote:
A include for 3 things? Are you kidding me? You could just define them. Also there was a mistake IsPlayerAdmin(playerid), shouldn't be 'playerid' will be 'i', as you're looping.
pawn Код:
|
Quote:
Originally Posted by Forum Rules
Do Not Post Untested Code - If you are replying to a problem and you haven't confirmed that your code will work, you are likely to make the problem worse, not better.
|
Код:
#define SendAdminMessage(%0,%1) for(new i = 0; i < MAX_PLAYERS; i++); if(IsPlayerAdmin(i)) SendClientMessage(i, %0, %1)
Код:
for(new i = 0; i < MAX_PLAYERS; i++);
Код:
for(new i = 0; i < MAX_PLAYERS; i++);
(no harm is meant to be done with this post, no hard feelings please)