Jump to content

[Funky]Anakin

Membru
  • Posts

    590
  • Joined

  • Last visited

    Never

Everything posted by [Funky]Anakin

  1. Ai sters return 1 ? Dafuq ! aranjeaza corespunzator sau arata codul sa rezolvam noi . sau baga #pragma tabsize 0
  2. [pawn]else if(dialogid == LOGIN) { if ( !response ) return Kick ( playerid ); if( response ) { if( strlen( inputtext ) || strlen( inputtext ) > 20) { ShowPlayerDialog(playerid, LOGIN, DIALOG_STYLE_PASSWORD, "Logare", "Bine ai revenit pe {0000FF}Romania {FFFF00}Fun {FF0000}Evolution{FFFFFF}!Te rugam sa te loghezi mai jos", "Login", "Kick"); } if(INI_Open(getINI(playerid))) { INI_ReadString(PlayerInfo[playerid][pPass],"Password",20); if(strcmp(PlayerInfo[playerid][pPass],inputtext,false) != 0) return ShowPlayerDialog(playerid, LOGIN, DIALOG_STYLE_PASSWORD, "Logare", "Bine ai revenit pe {0000FF}Romania {FFFF00}Fun {FF0000}Evolution{FFFFFF}!Te rugam sa te loghezi mai jos", "Login", "Kick"); SetPlayerScore( playerid, INI_ReadInt("Score" ) ); ResetPlayerMoney( playerid ); GivePlayerMoney( playerid, INI_ReadInt( "Cash" ) ); PlayerInfo[playerid][pAdmin] = INI_ReadInt("Admin"); INI_Close(); } }[/pawn]
  3. NPC ! Deaia sunt aici pe forum xDDD
  4. DOF2.Inc GOGU ! Aici
  5. [pawn]enum P_ENUM_DATA { pAdmin , }; new P_DATA[ MAX_PLAYERS ][ P_ENUM_DATA ];[/pawn]
  6. [pawn] #define W "{FFFFFF}" #define R "{FF0000}" if( P_DATA[ playerid ][ pAdmin ] )// pAdmin inlocuiesti tu cum ai la level admin , P_DATA inlocuiesti tu { new messagetext[ 500 ]; format( messagetext, 500, ""W"[ %d"W" ]( "R"ADMIN"W" ): %s", playerid, text ); SendPlayerMessageToAll( playerid, messagetext ); return 0; }[/pawn]
  7. Updateaza Libraria YSI ! Intra pe sa-mp.com . Gasesti tu acolo sau pe GOGU !
  8. Nu poti xD foloseste strcat new text[ 40 ]; strcat( text , "test", 40 ); ShowPlayerDialog(playerid,101,DIALOG_STYLE_MSGBOX,"{00FFFF}¨˜˜”°º••º°”˜˜¨ {FFFFFF}Police Departament {00FFFF}¨˜˜”°º••º°”˜˜¨",test,"Da","Nu");
  9. Posteaza aici xD
  10. Esti ........ Aceea erore da fiindca nu suporta codul acela daia da xD . Foloseste ZCMD Omule si pune params nu cmdtext acolo si iti va merge
  11. new timp[2]; ? new timp[3]; Ai 3 elemente . 0 , 1 , 2 . xD
  12. Nu am pus restrictie pt logare x__x'' Da-mi Y!M Tau xD
  13. Fa ce zice SPEEDY si compileaza-ti GM Cu pawno unde ai streamer nou xD
  14. Dafuq ? Nu inteleg ce zici xD
  15. [pawn]stock PlaySoundForPlayersInRange(soundid, Float:range, Float:x, Float:y, Float:z) { for(new i=0; i<MAX_PLAYERS; i++) { if(IsPlayerConnected(i) && IsPlayerInRangeOfPoint(i,range,x,y,z)) { PlayerPlaySound(i, soundid, x, y, z); } } }[/pawn] strtok se afla inca o data in gm , sterge-l din gm sau inc gl_common xD
  16. [pawn] if ( strcmp ( cmd , "/vw" , true ) == 0 ) { if ( DM [ playerid ] == 1 ) return SCM ( playerid , -1 , "ERROR: Nu poti folosi comenzi in deathmatch." ) ; else { new vid ; if ( sscanf ( cmdtext , "d" , vid ) ) return SCM ( playerid , -1 , "USAGE: /vw [virtualworld]" ) ; SetPlayerVirtualWorld ( playerid , vid ) ; } } return ( 1 ) ; }[/pawn] [pawn] if ( strcmp ( cmd , "/skin" , true ) == 0 ) { if ( DM [ playerid ] == 1 ) return SCM ( playerid , -1 , "ERROR: Nu poti folosi comenzi in deathmatch." ) ; else { new skinid ; if ( sscanf ( cmdtext , "d" , skinid ) ) return SCM ( playerid , -1 , "USAGE: /skin [skinid]" ) ; if ( skinid > 300 ) return SCM ( playerid , -1 , "USAGE: /skin [0-300]" ) ; SetPlayerSkin ( playerid , skinid ) ; } } return ( 1 ) ; }[/pawn] Incearca asa xD . Darky a facut identitarea eu am adaugat else xD
  17. SetPlayerWorldBounds(playerid, 20000.0000,-20000.0000,20000.0000,-20000.0000); OnPlayerSpawn adauga ...
  18. http://www.sa-mp.ro/forum/index.php?topic=24930.0
  19. Arata bine dar e aranjat urat.
  20. [Funky]Anakin

    MAP

  21. Vad ca lumea vrea totul pe tava . Daca tu stii sa rezolvi si te consideri mai bun si pe mine un [censured by the system] de ce nu ai rezolvat tu ? Se mai si greseste dar voi nu vreti totul perfect sa fie xD Si cine zice ca eu nu stiu ? Esti vreun mare scripter ? Sa imi zica Darky Gireada Rock ca sunt un nestiutor nu tu
  22. [Funky]Anakin

    MAP

    De ce ii sugerezi ? Sa ii faca lag si sa ii mearga mai greu serverul ?
  23. Si acum tu trebuie sa imi faci mie spume ca tu copiezi comenzi din alte GM si ceri sa rezolvam ? Daca am pus string 1000 te doare mana sa schimbi ? Poate or avea si oamenii astia probleme dar ce va intereseaza pe voi ?
  24. Aveai dar cate vehicule cu AddStaticVehicle ai si cu CreateVehicle ha ? /:)
×
×
  • 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.