Quote:
| 
					Originally Posted by mineralo  it's very simple message to admins  
pawn Код: forward MessageToAdmins(color,const string[]);public MessageToAdmins(color,const string[])
 {
 for(new i = 0; i < MAX_PLAYERS; i++)
 {
 if(IsPlayerConnected(i) == 1) if (GetPlayerAdminz(i) >= 1) SendClientMessage(i, color, string);
 }
 return 1;
 }
 and what is deference between "%s" "%d" and "%i" ? | 
 I and D are for numbers
S is for any line of text. ****** sscanf samp    and find it