Jump to content

xxSPEEDYxx

Membru
  • Posts

    1.614
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by xxSPEEDYxx

  1. ce nu merge? frumoase holdurile bravo 5/5 ;)
  2. Meniuri sau dialoguri?... daca nu iti merg dialogurile incearca sa le schimbi id-ul...poate se incurca intre ele...
  3. ...3/5...
  4. Cel mai bine ar fii sa iei legatura cu Garsino cel care a creat FS-ul el stie cel mai bine despre ce ii vorba in FS-ul acesta ;)
  5. Adik ce iti da errori sau vrei sa fie cu SScanf sau ce? EDIT: Uite incearca asa: CMD:lasercol( playerid, params[ ] ) { if ( sscanf( params, "s[20]", params[ 0 ] ) ) return SendClientMessage( playerid, COLOR_RED, "USAGE: /lasercol [color]" ); if ( !strcmp( params[ 0 ] , "red", true ) ) SetPVarInt(playerid, "color", 18643 ); else if ( !strcmp( params[ 0 ] , "blue", true ) ) SetPVarInt(playerid, "color", 19080 ); else if ( !strcmp( params[ 0 ] , "pink", true ) ) SetPVarInt(playerid, "color", 19081 ); else if ( !strcmp( params[ 0 ] , "orange", true ) ) SetPVarInt(playerid, "color", 19082 ); else if ( !strcmp( params[ 0 ] , "green", true ) ) SetPVarInt(playerid, "color", 19083 ); else if ( !strcmp( params[ 0 ] , "yellow", true ) ) SetPVarInt(playerid, "color", 19084 ); else SendClientMessage( playerid, 0x00E800FF, "Colour not available! "); return 1; }
  6. i like it 5/5...
  7. nothing special 4/5...
  8. pai at noi de unde sa stim?? Ce mod folosesti GF/RP sau stunt/dm/race...?
  9. cumva la-i pus intr-un stock sau la ceva public?... dane si liniile de mai sus...
  10. Se vede ca nu ai citit regulile!
  11. nu ai pus folderele in scriptfiles care trebuie pentru systemul ala de gang
  12. pe scurt cauti la OnDialogResponse: [pawn] Kick(playerid); [/pawn]
  13. ai pus stockul PlayerName( playerid ) pe care ti lam dat? :| la ce ai mai pus si new PlayerName[ MAX_PLAYER_NAME ];? stergeo...
  14. deci fa asa: new str[ 256 ]; format( str, sizeof( str ), "%s has joined the server", PlayerName( playerid ) ); SendClientMessage( playerid, COLOR_RED, str ); stock-ul PlayerName: stock PlayerName( playerid ) { new name[ 24 ]; GetPlayerName( playerid, name, 24 ); return name; } la OnPlayerDisconnect if ( IsPlayerConnected( playerid ) { new str[ 256 ]; format( str, sizeof( str ), "%s has left the server!", PlayerName( playerid ) ); SendClientMessageToAll( COLOR_RED, str ); }
  15. lasa numai asa: [pawn] new pname[ MAX_PLAYER_NAME ]; [/pawn]
  16. Prima o pui la OnPlayerConnect, si a doua o pui la OnPlayerDisconnect...
  17. punel dupa forward-uri
  18. o pui dupa defines sau new sau cum ai tu in GM/FS
  19. merge ms lol si tu folosesti return ( 1 )/( 0 ) cu paranteze? )
  20. Folosesc ZCMD am pus variabila in care esti in DM sa nu te poate lasa sa dai comenzi la: [pawn] public OnPlayerCommandReceived( playerid, cmdtext[ ] ) { if ( DM[ playerid ] == 1 ) return Game3TextForPlayer( playerid, "~r~ERROR!: ~y~You can't use commands in a DeathMatch! Use /exitdm to leave the DeathMarch!" ); return 1; } [/pawn] si cand sunt intr-un DM scriu ceva comanda imi trimite clientu dar imi executa si comanda...
  21. Nu ai INCLUDELE yom_buttons... poftim aici: http://www.2shared.com/file/f5GrfMcH/yom_buttons.html - Acest link am gasit... pune-l in pawno/includes
  22. 1.Pentru ca esti incepator fa-ti back-upuri!!!...mai ales daca folosesti RP/GF 2.Unde ai adaugat comanda?
  23. daca nu stiai system-ul asta de drugs era lansat inainte de a-si pune vampir serverul pe sa-mp.ro :P
  24. ce sa spun:))?foarte bine bravo... miai dat o idee...+ o sa dau edit cu includele asta( o sa fii la credits ) + mai adaug o functie;) EDIT: PS. - M-am intors acasaaa:))
  25. 1.Ori stergi text1 de la 10048 2.ori pui #pragma unused text1
×
×
  • 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.