- 0
Ajutor
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
fytza
nu imi merge comanda ce trebuie sa pun sa mearga imi da errori
[pawn] if(strcmp(cmd, "/abigear", true) == 0 && PlayerInfo[playerid][pAdmin] >= 3)
{
if(IsPlayerConnected(playerid))
{
SCM(playerid, 0x33CCFFAA,"__________________[ Admin - BigEars ]_____________________");
GetPlayerName(i, sendername, sizeof(sendername));
for(new i = 0; i < MAX_PLAYERS; i++)
{
if (PlayerInfo[pBigEar] == 1)
{
format(string, 256, "[iD:{FF0000}%d{00A3FF}] Nume Admin{FFFFFF}: %s", i, sendername);
SendClientMessage(playerid, COLOR_WHITE, string);
}
}
}
return (1) ;
}[/pawn]
10 answers to this question
Recommended Posts