14.11.2010, 13:24
(
Последний раз редактировалось Vine_Wood; 14.11.2010 в 14:47.
Причина: Sem tag
)
Bom eu tou traduzindo um GM-RP comeзei ja um tempo mais eu nao consigui traduzir o comando tipo o comando /ips em ingles ele ta eu quero deixar ele /verip aqui em baixo ta o pawn
Quote:
{ if(PlayerInfo[playerid][pAdmin] >= 1 || IsPlayerAdmin(playerid)) { if(!strlen(params)) return SendClientMessage(playerid, COLOR_GREY, "USAGE: /ips [playerid]"); new player1, playername[MAX_PLAYER_NAME], str[128]; player1 = strval(params); if(IsPlayerConnected(player1) && player1 != INVALID_PLAYER_ID) { GetPlayerName(player1, playername, sizeof(playername)); format(str,sizeof(str),"IPs Used for %s (%d) are: %s", playername, player1, dini_Get("LARP/Users/Aliases/ips.txt",playername) ); return SendClientMessage(playerid,COLOR_GREY,str); } else return SendClientMessage(playerid, COLOR_GREY, "* Player is not connected or is yourself"); } else return SendClientMessage(playerid,COLOR_GREY,"* ERROR: You are not a high enough level to use this command"); } |