Jump to content

Roach

Membru
  • Posts

    660
  • Joined

  • Last visited

    Never

Everything posted by Roach

  1. Foarte misto, dar cam mica Descrierea, merge ) 4/5
  2. Roach

    Error

    Asta if(strcmp("/vhelp", cmd, true, 10) == 0) Fao asa: if(strcmp("/vhelp", cmdtext, true, 6) == 0) Asta SendClientMessage(playerid, ,"____________Ulric Car Ownership___________________________"; Fao asa: SendClientMessage(playerid, ,"____________Ulric Car Ownership___________________________"); Adauga Culori la Toate SendClientMessage-urile Adauga ';' la ultim-ul SendClientMessage...
  3. Introduction Nu este ideea mea ci a lui Ryder_RO, a postat la Cereri Tutoriale, iar aici este Acel 'Tutorial', dar sub forma de FS... Features foreach - Cel mai rapid mod pentru a face un loop. Si cel mai bun! What it does Pei, cand un Player Intra pe Server un Mesaj cu Record-ul Vechi: Sau Cu un Record Nou Stabilit de El: Versions v2.0 Credits to Zh3r0 from some ideeas and councils. Credits to stuntman from some ideeas and councils. Credits to Ryder_RO and AirKite for the Ideea. Credits to Y_Less for foreach and all the YSI Library. Added some SQLite Defines. Added foreach, but with a new Iterator. Added two more stocks( GLOBALS ), g_date and g_hour. The system will print in the Console: » Record Type. » Recorder Name. » Record Date. » Record Hour. » Record Number. Modifyed FormatMSG Define. Removed some Variables. Removed the INI System. Now all the Record System is on SQLite. The system should be more faster than last Version... I've rewrited all the code for some reasons... v1.0 Credits to Zh3r0 from some Examples( in The Eclipse ). Credits to Y_Less for y_ini and foreach. Credits to Zh3r0 for FormatMSG and FormatMSGToAll Function( Define ). Credits to Zh3r0 for my Identitation. Credits to stuntman from some ideeas and councils.] Thanks to Ryder_RO for helping and for the RoaRec( Record System ) Ideea. Installation 1. Scoate toate Filele din Arhiva .rar si punele intr-un Folder. 2. Copiaza filele din Folder-ul Includes in .../pawno/includes. 3. Copiaza filele din Folder-ul PWN( Optional ) si filterscripts in .../filterscripts. 4. Intati in .../server.cfg si adaugati: - La linia filterscripts: RoaRec Download v2.0 R2 Direct | Mirror v1.0 Direct | Mirror Accept 'mirrors' la Download. Daca gasiti vre-un BUG, Postat-il aici.
  4. Roach

    [MAP]MiniTown

    Super, 5/5...
  5. GetPlayerName( playerid, pName, MAX_PLAYER_NAME ); if( GetPlayerWantedLevel( playerid ) > 0 ) { switch( reason ) { case 0: format(str, 128, "HQ: Suspect: %s has left. Reason: Crash", pName); case 1: format(str, 128, "HQ: Suspect: %s has left. Reason: /quit", pName); } } SendCopMessage( TEAM_BLUE_COLOR, str );
  6. Eh.. Cam putin da mergee )), Orice e bun 4/5
  7. Schimba if(GetVehicleParamsEx(vid,VEHICLE_PARAMS_ON,lights,alarm,doors,bonnet,boot,objective); in: if( GetVehicleParamsEx( vid, VEHICLE_PARAMS_ON, lights, alarm, doors, bonnet, boot, objective ) )
  8. if(strcmp(cmd, "/fill", true) == 0) { if(IsPlayerConnected(playerid)) { if(IsAtGasStation(playerid)) { if(GetVehicleParamsEx(vid,VEHICLE_PARAMS_ON,lights,alarm,doors,bonnet,boot,objective); { if(Gas[idcar] <= 99) { TogglePlayerControllable(playerid, 0); GameTextForPlayer(playerid,"~w~~n~~n~~n~~n~~n~~n~~n~~n~~n~Re-Fueling Vehicle, please wait",2000,3); SetTimer("Fillup",RefuelWait,0); Refueling[playerid] = 1; } else { GameTextForPlayer(playerid,"~r~~n~~n~~n~~n~~n~~n~~n~~n~~n~Gas can is full",2000,3); } } else { SendClientMessage(playerid,COLOR_RED,"Please Stop your engine beggin refill!"); } } else { SendClientMessage(playerid,COLOR_RED,"You are not at a Gas Station!"); } } return 1; }
  9. if( !strcmp( cmdtext, "/comanda" ) ) { if( /*Aici pui tu cum ai la factiune*/ == /*Numarul Factiunii*/ ) { /*Code Code and more Code*/ } return ( 1 ); }
  10. Roach

    Raw (2009)

    WOWOWOWOWOWOWOWO...etc. )) Super mapa, 5/5
  11. Roach

    Drift2

    Cam asa ceva ))...
  12. Frate, imi pare rau, dar nu prea seamana( deloc ) cu o plaja[ 2/5 ], sorry...
  13. Roach

    Comanda necunoscuta

    E destul de bun, 5/5
  14. Roach

    help

    I-ai fi putut da si Include, nu? Sau poate te durea mana... Pune asta in ".../pawno/include" si dupa Compileaza GM...
  15. Roach

    Help chat

    Dane public OnPlayerText...
×
×
  • 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.