02.07.2013, 20:54
Se quiser saber quantas vezes se repete, basta fazer isso:
Olha no MS-DOS do samp-server.exe.
pawn Код:
GetPlayerName(para1, giveplayer, sizeof(giveplayer));
GetPlayerName(playerid, sendername, sizeof(sendername));
PlayerInfo[para1][pCargo] = level;
format(string, sizeof(string), " Vocк foi promovido pelo lнder %s", PlayerName(playerid));
SendClientMessage(para1, COLOR_LIGHTBLUE, string);
format(string, sizeof(string), " Vocк promoveu %s a cargo %d.", giveplayer,level);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
new org = PlayerInfo[playerid][pLider];
printf( "MSG %d", i ); // ADICIONE ISSO
![afro](images/smilies/mrgreen.gif)