Jump to content

xxSPEEDYxx

Membru
  • Posts

    1.614
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by xxSPEEDYxx

  1. xxSPEEDYxx

    Schimbare!

    ce tot aveti cu BigString???...dc sa pui asa de mare stringu?...ii destul si 256 pentru momemnt pentru el...daca nu are multe teles...daca are multe il schimba in mai mare... [pawn] new str[ 256 ]; strcat( str, "Rand 1\n\ Rand 2\n\ Rand 3\n\ Rand 4\n\ strcat( str, "Rand 5\n\ Rand 6\n\ etc\n" ); ShowPlayerDialog( playerid, /*Id-ul dialogului*/, DIALOG_STYLE_MSGBOX, "Teles", str, "Quit", "" ); [/pawn]
  2. vezi ca se poate si cu poze .. arata tare bravo 5/5 ;)
  3. ti-am zis ca tre sa deschizi GM-ul cu pawno in care ai pus incudele cps!!
  4. Probleme Godfather! + REPORTED! PS. Schimab id-ul dialogului ;)
  5. uite aici: http://forum.sa-mp.com/showthread.php?t=46782 data viitoare sa stii ca si google iti sta la dispozitie:P
  6. 1.Puteai sa pui si la discutii scripting! 2.Nu ai definit: row si Current! ( new row, Current;) 3.Probleme Godfather + REPORTED
  7. Probleme Godfather + REPORTED!
  8. incearca sa schiimbi numele textdraw-ului poate mai ai unul cu acelasi nume.. schimabl in de exemplu: TextTD...si vezi daca merge...
  9. mda...nu esti singur care a invatat de la Zh3r0 spatierea aia adik nu ii invatat...dar si mie mi-a placut cum arata si...acum nici nu mai pot sa las asa de ex: SendClientMessage(playerid,RED,"dsdada"); imi vine din reflex sa scriu asa: SendClientMessage( playerid, RED, "dsdada" ); ...
  10. CMD:up( playerid, params[ ] ) { new Float:x, Float:y, Float:z; new height = strval( params); if( height == 0 ) return SendClientMessage( playerid, COLOR_RED, "USAGE: {FFFF00}/up [Height]" ); if( IsPlayerInAnyVehicle( playerid)) { GetVehiclePos( GetPlayerVehicleID( playerid), x, y, z); SetVehiclePos( GetPlayerVehicleID( playerid), x, y, z + height); } else { GetPlayerPos( playerid, x, y, z); GivePlayerWeapon( playerid, 46, 1); SetPlayerPos( playerid, x, y, z + height); } return 1; }
  11. Un gamemode eficient pentru cum ai spus si tu: bravo...5/5;)
  12. Incearca sa deschizi GM-ul cu pawnoul din Server...
  13. Probleme Godfather! + REPORTED!
  14. 1.Mergi in joc dai /save unde vrei sa fie spawnzone 2.Mergi la MyDocuments/GTA San Andreas User Files/SAMP/savedpositions.txt 3.Copiezi coordonatele X, Y, Z 4.Mergi in GM la OnPlayerCommandText si scrii asta: if ( strcmp( cmdtext, "/hm", true ) == 0 ) { if( IsPlayerInRangeOfPoint( playerid, ZONA DE ACOPERIR EX: 5.0, X, Y, Z ) ) { SetPlayerHealth( playerid, 100 ); SetPlayerArmour( playerid, 100 ); } return 1; }
  15. aha acum am inteles ...+1 la nota mea deci ii 4/5:P
  16. Hm...nu prea am inteles cum mergi acolo te teleporteaza...sau te duce un NPC..sau?... Hmm...ce nota sa dau... ...3/5... EDIT: am uitat sa spun sa mai lucrezi la stilul de a posta...cum a zis stuntman...nici nu imi vine sa citesc ceea ce ai scris tu acolo...;)
  17. OFF:ce v-am spus ca ii de la ceva dialog:)) ON:\n - inseamna linie noua deci tu nu poti sa pui \{RRBBGG}n...nu are nici un sens... incearca asa: ShowPlayerDialog(playerid, BandasMenu, 2, "Bandas", "{CC0000}BandasLS\n{FFE200}BandasSF\n{FFE200}BandasLV", "Select", "Cancel" );
  18. dane linile unde apare warn...cred ca ii de la ceva dialog...)
  19. Ai citit regulamentul baiete macar o singura data? + REPORTED! daca nu gasesti unde is regulile uite aici sunt: http://www.sa-mp.ro/forum/index.php/topic,2.0.html
  20. Ai cumva stuntman's anti-money cheat? ca daca da de la ala iti face asa...
  21. Hmm...nu mai folsi cuvinte asa de lungi precum avertizeaza_player_antispam pune ceva mai scurt si la obiect gen: Player_AntiSpam... in rest imi place script ordonat...bv 4/5..
  22. xxSPEEDYxx

    ZCMD

    deci faci ceva de genu: CMD:smoke( playerid, params[ ] ) { if ( sscanf( params, "d", params ) ) return SendClientMessage(playerid,0xEFEFF7AA,"USAGE: /smoke [1-4]"); if ( strlen( params ) < 0 || strlen( params ) > 5 ) return SendClientMessage( playerid, RED, " Between values 1-4!" ); SetPlayerWeather( playerid, params ); return 1; } si cam atat;)
  23. nu ai ceva parametrii...dane liniile alea unde apar warnurile!
  24. ce scrie ultima oara il server.log?
  25. 1.Nu vad screenurile 2.Nu dau nota pana nu le vad :cheesy:
×
×
  • 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.