Jump to content

N0n4m3

Members
  • Posts

    9
  • Joined

  • Last visited

Contact Methods

  • Nick SA:MP Blue
    Joc pe beta

Profile Information

  • Gender
    Male
  • Location
    București.
  • Interests
    Nush

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

N0n4m3's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Degeaba boss =)) pana mi-ai spus tu am aflat eu deja
  2. Va dau si /fly =))))) CMD:fly(playerid, params[]) { if(IsPlayerAdmin(playerid)) { if(flymode[playerid] == 0)// Verifia daca x este sau nu in modul fly { StartFly(playerid); SendClientMessage(playerid, COLOR_WHITE, "AdmInfo>>Ai acum modul de zbor on, pentru a-l inchide foloseste /fly"); flymode[playerid] = 1; } if(flymode[playerid] == 1) { StopFly(playerid); SendClientMessage(playerid, COLOR_WHITE, "AdmInfo>>Ai acum modul de zbor oprit, pentru a-l inchide foloseste /fly"); flymode[playerid] = 0; } } else { SendClientMessage(playerid, COLOR_WHITE, "Eroare: Nu esti logat ca si un administrator RCON"); } return 1; }
  3. CMD:ban(playerid, params[]) { new id, reason[50], string[128], banned[MAX_PLAYER_NAME]; if(PlayerInfo[playerid][pAdminLevel] < 2 || !IsPlayerAdmin(playerid)) return SendClientMessage(playerid,red,"You Are not Rcon admin Or admin lvl 3+"); if(sscanf(params, "uz", id, reason)) return SendClientMessage(playerid, -1, "USAGE: /ban [playerid] [reason(optional)]"); GetPlayerName(id, banned, sizeof(banned)); format(string, sizeof(string), "AdmCmd: %s has been banned by %s. reason: %s", banned, GetName(playerid), reason); SendClientMessageToAll(red, string); BanEx(id, reason); return 1; }
  4. N0n4m3

    Set Level

    CMD:setlevel(playerid, params[]) { new id,level,msg[128],msg2[128],name[MAX_PLAYER_NAME]; if(IsPlayerAdmin(playerid)) { if(sscanf(params,"ud",id,level))return SendClientMessage(playerid, COLOR_RED,"Usage: /setlevel [player id] [level]"); if(id == INVALID_PLAYER_ID) return SendClientMessage(playerid, COLOR_RED, "That player is not connected."); else if(level > 5)return SendClientMessage(playerid, COLOR_RED,"Admin levels are between 1 and 5!"); else { pInfo[id][Adminlevel] = level; format(msg,sizeof(msg),"Your admin level has been set to %d.",level); SendClientMessage(id,COLOR_GREEN,msg); GetPlayerName(id,name,sizeof(name)); format(msg2,sizeof(msg2),"You have set %s's admn level to %d.",name,level); SendClientMessage(playerid,COLOR_GREEN,msg2); } } else { SendClientMessage(playerid, COLOR_RED,">>Error<< You have to be logged in rcon to use this command!"); } return 1; }
  5. CMD:bonus(playerid, params[]) { if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to login first."); if(IsPlayerConnected(playerid)) { if(BonusActiv > 0) { if(PlayerInfo[playerid][pLevel] <= 2) { GivePlayerCash(playerid, 300000000); PlayerInfo[playerid][pLevel] = 10; PlayerInfo[playerid][pPremiumPoints] = 400; Update(playerid, pLevelx); Update(playerid, pCashx); Update(playerid, pPremiumPointsx); SetPlayerScore(playerid, PlayerInfo[playerid][pLevel]); SendClientMessage(playerid, COLOR_LIGHTBLUE, "Ai primit $300.000,000, level 10 si 400 puncte premium de bun venit!"); } else return SendClientMessage(playerid, COLOR_LIGHTRED, "Nu poti folosi aceasta comanda daca ai level 3+ !"); } } return 1; }
  6. Ia de aici frt CMD:bonus(playerid, params[]) { if(PlayerInfo[playerid][pLevel] == 1) { GivePlayerCash(playerid, 28000000); PlayerInfo[playerid][pLevel] = 2; SendClientMessage(playerid, COLOR_RED, "Aici pui ce msj sa primeasca cand da /bonus"); } return 1; }
  7. CMD:bonus(playerid, params[]) { if(PlayerInfo[playerid][pLevel] == 1) { GivePlayerCash(playerid, 28000000); PlayerInfo[playerid][pLevel] = 2; SendClientMessage(playerid, COLOR_ORANGE, "Aici poti pune mesajul pe care vrei sa il vada player-ul dupa ce da /bonus !"); } return 1; }
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. 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.

moduri samp