Jump to content

IstuntmanI

Membru
  • Posts

    3.897
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by IstuntmanI

  1. Foloseste pawno de la 0.3c: http://team.sa-mp.com/files/samp03csvr_R2-2_win32.zip si foloseste serverul cu 0.3c.
  2. 3/5...
  3. CTRL + H nu e de cautat ! E de inlocuit ( e si de cautat, dar e putin mai complicat ca CTRL + F ) ! CTRL + F e de cautat ! Iar faci ca disperatu' ? 1. Cauta niste TD-uri ... 2. Nu se poate.
  4. IstuntmanI

    [MAP]UFO

    Asta da imaginatie, 10/10 :grin:
  5. IstuntmanI

    Raw (2009)

    Foarte tare ^^
  6. Nice, 4/5.
  7. IstuntmanI

    Drift2

    4/5, ce cauta cowboyul, gaina, dragonii, aia de "Sprunk" ? Nu prea isi au locul acolo.
  8. Draguta, 4/5.
  9. Compileaza RBS.pwn din nou.
  10. Careva sa-mi aduca globul magic ! ( copyright to TheGuardianAngel :]] ) Cauta !
  11. IstuntmanI

    AFK

    [pawn]if(strcmp("/afk",cmdtext,true) ==0){ new name[MAX_PLAYER_NAME], string[128]; GetPlayerName( playerid, name, MAX_PLAYER_NAME ); format(string, 128, "~w~%s is now AFK!",name); GameTextForAll( string, 2000, 1 ); TogglePlayerControllable(playerid,0); SetTimer("DestroyTextDraw",3000,0); return 1; }[/pawn] inlocuieste cu [pawn]if(strcmp("/afk",cmdtext,true) ==0) { new name[MAX_PLAYER_NAME], afkstringa[128]; GetPlayerName( playerid, name, MAX_PLAYER_NAME ); format(afkstringa, 128, "~w~%s is now AFK!",name); GameTextForAll( afkstringa, 2000, 1 ); TogglePlayerControllable(playerid,0); return 1; }[/pawn]
  12. IstuntmanI

    AFK

    AJUTA-L SA-L FACA PE AL LUI ! NU II FACE TU ALTUL ! Daca nu stii, nu te mai baga ! In loc de [pawn]if(strcmp("/afk",cmdtext,true) ==0) { new name[MAX_PLAYER_NAME]; new afk[100]; format(afk,sizeof(msg),"%s is now AFK!",name); afk = TextDrawCreate(17.0, 280.0, "~w~este acum ~r~AFK"); TextDrawBackgroundColor(afk, 255); TextDrawFont(afk, 2); TextDrawUseBox(afk, 1); TextDrawBoxColor(afk, 0x00000044); TextDrawTextSize(afk, 270.000000, 350.000000); TextDrawAlignment(afk, 0); TextDrawLetterSize(afk, 0.299999,1.000000); TextDrawColor(afk,0x000000ff); TextDrawSetOutline(afk, 1); TextDrawSetProportional(afk, 1); TogglePlayerControllable(playerid,0); SetTimer("DestroyTextDraw",3000,0); return 1; }[/pawn] pune [pawn]if(strcmp("/afk",cmdtext,true) ==0) { new name[MAX_PLAYER_NAME], string[128]; GetPlayerName( playerid, name, MAX_PLAYER_NAME ); format(string, 128, "~w~%s is now AFK!",name); GameTextForAll( string, 2000, 1 ); TogglePlayerControllable(playerid,0); SetTimer("DestroyTextDraw",3000,0); return 1; }[/pawn]
  13. Antironix's house system edit.
  14. http://wiki.sa-mp.com/wiki/Create3DTextlabel http://wiki.sa-mp.com/wiki/Attach3DTextLabelToVehicle http://wiki.sa-mp.com/wiki/Update3DTextLabelText Cauta si pe net, sunt destule de acest gen. PS: Nu e frumos sa furi, locked !
  15. IstuntmanI

    AFK

    Inlocuieste aia cu un GameText, GameTextShowForAll: http://wiki.sa-mp.com/wiki/GameTextShowForAll
  16. Ai dat macar show la td-urile DMScoreP, RScoreP si CoinsP ?
  17. Vezi asa, desi tot cred ca vei primi crash: [pawn]#include <a_samp> #include <Colors> #include <0Admin_F> #pragma tabsize 0 /////////////////Variabiles///////////////// new luckyv[MAX_PLAYERS]; /////////////////Calback/////////////////////////// public OnPlayerConnect(playerid) { luckyv[playerid]=0; } public OnPlayerDisconnect(playerid) { luckyv[playerid]=0; } public OnPlayerCommandText(playerid,cmdtext[]) { if(strcmp("/startluckevent",cmdtext,true) ==0) { if(GetPlayerLevel(playerid) >=3) { new luckyvmsg[30]; new name[MAX_PLAYER_NAME]; GetPlayerName(playerid,name,sizeof(name)); format(luckyvmsg,sizeof(luckyvmsg),"Administrator %s has start the /joinlucky commands you now can see what you lucky you have ",name); SendClientMessageToAll(COLOR_RED,luckyvmsg); luckyv[playerid]=1; } else SendClientMessage(playerid,COLOR_RED,"You aren't an admin"); return 1; } if(strcmp("/closeluckevent",cmdtext,true) ==0) { if(GetPlayerLevel(playerid) >=3) { new luckyvmsg[30]; new name[MAX_PLAYER_NAME]; GetPlayerName(playerid,name,sizeof(name)); format(luckyvmsg,sizeof(luckyvmsg),"Administrator %s has close the /lucky :(now only players What joined in event",name); SendClientMessageToAll(COLOR_RED,luckyvmsg); SetTimer("Winner",60000,0); luckyv[playerid]=0; } else SendClientMessage(playerid,COLOR_RED,"You aren't an admin"); } if(strcmp("/joinlucky",cmdtext,true) ==0) { if(luckyv[playerid]==1) { new joinmsg[10]; new name[MAX_PLAYER_NAME]; GetPlayerName(playerid,name,sizeof(name)); format(joinmsg,sizeof(joinmsg),"%s has joined in the event.!"); SendClientMessageToAll(COLOR_RED,joinmsg); } else if(luckyv[playerid]==0) { SendClientMessage(playerid,COLOR_RED,"The event is not open or the join periody is close.Sorry try again later!"); } return 1; } return 1; } //////////////Public & Forward/////////////////// forward Winner(); public Winner() { for(new i;i <MAX_PLAYERS;i++) { new tmp[256]; new winner; winner=strval(tmp); switch(random(6) ) { case 0.5: { SendClientMessage(winner,COLOR_RED,"Your lucky is very bad.!"); } case 2.5: { SendClientMessage(winner,COLOR_RED,"Your lucky is good but is not enoungh to win.!"); } case 6: { GivePlayerMoney(winner,5000); SetPlayerScore(winner,GetPlayerScore(winner)+10); GivePlayerWeapon(winner,38,500); SendClientMessage(winner,COLOR_RED,"You reward is:money:5000,score+10,minigun:500 ammunition"); luckyv=0; } } } } ////////////////////////////////////////////////[/pawn]
  18. IstuntmanI

    PD Cars

    Probleme godfather: http://www.sa-mp.ro/forum/index.php/topic,5356.0.html
  19. Testeaza: [pawn]public OnPlayerUpdate(playerid) { format(dmstrg, 56, "%d",pInfo[playerid][Dmp]); TextDrawSetString(DMScoreP, dmstrg); format(rstrg, 56, "%d",pInfo[playerid][Rap]); TextDrawSetString(RScoreP, rstrg); format(cstrg, 56, "%d",pInfo[playerid][Coins]); TextDrawSetString(CoinsP, cstrg); if(IsPlayerInRangeOfPoint(playerid, 7.0, 651.9136,-2825.4656,46.4523)) { SpawnPlayer(playerid); GameTextForPlayer(playerid,"You finished the MAZE!!",5000,5); GivePlayerMoney(playerid, 1000); pInfo[playerid][Coins] += 5; SendClientMessage(playerid,-1,"You will receive $50.000 and 5 coins!"); SetPVarInt(playerid,"InMaze",0); } return 1; }[/pawn]
  20. PROBLEME GODFATHER !
  21. IstuntmanI

    [Maps]300'

    Scrie parola corecta.
  22. IstuntmanI

    [Maps]300'

    Un singur lucru pot sa spun: OMFG !
  23. Vezi sa ai toate pluginurile care le foloseste GM-ul.
  24. Parca a-ti facut chat aici. :]] Sterge TOATE pawno-urile din calculator (folderele lor) si lasa-l doar pe cel care-l vei folosi, apoi baga ce ti-a zis xxSPEEDYxx.
  25. VyoAnims + SeifAnims :rolleyes:
×
×
  • 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.