24.12.2013, 02:57
tenta
se der algum erro posta as linhas de erro ae pf
pawn Код:
CMD:daradmin(playerid, params[])
{
new xxPT[MAX_PLAYER_NAME];
GetPlayerName(playerid, xxPT, MAX_PLAYER_NAME);
if(strcmp(xxPT,"Bieel_DevianCe",false) || strcmp(xxPT,"LucaS_DevianCe",false) || strcmp(xxPT,"Guilherme_DevianCe",false) || strcmp(xxPT,"Ricardo_DevianCe",false) || strcmp(xxPT,"Bieel_DevianCe",false) || strcmp(xxPT,"Gulherme_DevianCe",false))
{
if(sscanf(params, "ud", params[0], params[1]))
return SendClientMessage(playerid, COLOR_GRAD2, "USE: /daradmin [ id ] [Level 0 б 1341]");
if(params[0] != INVALID_PLAYER_ID)
{
new xPT[MAX_PLAYER_NAME];
GetPlayerName(params[0], xPT, MAX_PLAYER_NAME);
PlayerInfo[params[0]][pAdmin] = params[1];
format(string, sizeof(string), " Voce foi promovido para level %d de Admin - Por %s", params[1], xxPT);
SendClientMessage(params[1], COLOR_LIGHTBLUE, string);
format(string, sizeof(string), "Voce promoveu o(a) %s Para o level %d de Admin.", xPT, params[1]);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
}
}
else SendClientMessage(playerid, COLOR_LIGHTGREEN, "[BGH]: Voce nгo esta autorizado a usar este comando!");
return true;
}
se der algum erro posta as linhas de erro ae pf