Jump to content

KronosPronion

Membru
  • Posts

    7
  • Joined

  • Last visited

    Never

KronosPronion's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Le modifici din .pwn. apoi dai COMPILE. si deschizi serverul
  2. Incearca sa pui comanda asta drept /explode: [pawn]if(strcmp(cmd, "/explode", true) == 0) { GetPlayerName(playerid, sendername, sizeof(sendername)); tmp = strtok(cmdtext, idx); if(!strlen(tmp) && PlayerInfo[playerid][pAdmin] >= 1338) { SendClientMessage(playerid, COLOR_GREY, "/explode [Playerid]"); return 1; } giveplayerid = strval(tmp); GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer)); GetPlayerName(playerid, sendername, sizeof(sendername)); if(IsPlayerConnected(giveplayerid)) { if(PlayerInfo[playerid][pAdmin] >= 1338) { if(IsPlayerConnected(giveplayerid)) { format(string, sizeof(string), "Admin: %s was exploded by %s",giveplayer, sendername); ABroadCast(COLOR_LIGHTRED,string,1); //SendClientMessageToAll(COLOR_DBLUE, string); SetPlayerHealth(giveplayerid, 10); new Float:boomx, Float:boomy, Float:boomz; GetPlayerPos(giveplayerid,boomx, boomy, boomz); CreateExplosion(boomx, boomy , boomz, 7, 10); new PlayerName2[30]; GetPlayerName(playerid, PlayerName2, 30); printf("[Command] %s has used /explode to explode %s", PlayerName2, giveplayer); } else { format(string, sizeof(string), "%d is not an active player.", giveplayerid); SendClientMessage(playerid, COLOR_RED, string); } } else { SendClientMessage(playerid, COLOR_RED, "You do not have permission to use that command!"); } } else { SendClientMessage(playerid, COLOR_RED, "You Must be logged in to use this command!"); } return 1; }[/pawn]
  3. da-mi scriiptul cum le-ai pus in GM
  4. Prietene, iti recomanda sa bagi NRG si MASINILE PERSONALE direct din GameMod. - Nu iti face lag. - Nu se buguie niciodata. Nu mai folositi toate prostiile de FS-uri pline de buguri, si uneori KEYLOGGERE
  5. Metoda asta este fooarte veche. O faceam inainte cand aveam server de Counter Strike in PC.
×
×
  • Create New...

Important Information

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.