Jump to content

Ph0eniX

V.I.P
  • Posts

    746
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Ph0eniX

  1. T/C. 2 days+ without reply.
  2. T/C.
  3. Ph0eniX

    Problema ID

    T/C.
  4. T/C.
  5. T/C. Topic "reinviat"
  6. T/C. Topic Solved.
  7. stock ShowStats(playerid) { new stats[200]; format(stats,200,"PlayerName: %s\n\ Money: %d\n\ Score: %d\n\", PlayerName(playerid),GetPlayerMonet(playerid),GetPlayerScore(playerid)); ShowPlayerDialog(playerid,123,DIALOG_STYLE_MSGBOX,"Player Stats",stats,"Ok",""); return 1; } etc...si continui tu te descurci
  8. 2 days without reply , T/C.
  9. T.C , 2 days without reply.
  10. Topic inchis , motiv : nerespectare model .
  11. Ca deobicei ... cineva cu WOS din cate imi aduc eu bine aminte la OnGameModeInit este un timer care schimba weatheru' la toti playerii , cauta acel timer si stergel :)
  12. O simpla intrebare ... la OnPlayerSpawn ai pus sa ii arate acele TD-uri ?
  13. new avcc[MAX_PLAYERS]; public OnPlayerConnect(playerid) { avcc[playerid] = 0; return 1; } CMD:acc(playerid,params[]) { new acctime; if(avcc[playerid] == 0) { avcc[playerid] = 1; acctime = SetTimerEx("AutoVehicleColorChange",100,1,"i",playerid); SendClientMessage(playerid,-1,"Auto Change Color activated!"); } else if(avcc[playerid] == 1) { avcc[playerid] = 0; KillTimer(acctime); SendClientMessage(playerid,-1,"Auto Change Color deactivated!"); } return 1; } forward AutoVehicleColorChange(playerid); public AutoVehicleColorChange(playerid) { if (avcc[playerid]==1) { if (IsPlayerInAnyVehicle(playerid)&&(GetPlayerState(playerid)==PLAYER_STATE_DRIVER)) { new vehicleid; vehicleid = GetPlayerVehicleID(playerid); new rand = random(126)+0; new rand1 = random(126)+0; ChangeVehicleColor(vehicleid, rand, rand1); } } return 1; } Nu am creeat un FS deoarece pt acest lucru nu se merita daca va da ceva warninguri / errori lasati reply. PS: Acest "Filter-Script" a fost creeat la cererea lu' crysty. Nume: crysty Nume FS: vcc Descriere: comanda /vcc pt. a schimba culorile masinii din sec in sec Poze(optional):
  14. 48 h without reply , Topic Closed.
  15. 48 H without reply , Topic Closed.
  16. 48H without reply , topic closed.
  17. topic closed , respecta modelu'
  18. eu spun sa nu mai folosesti acelasi RCON , adica in server.cfg sa pui un rcon la plesneala iar in gamemode sa scrii asa SendRconCommand("rcon_password parola");
  19. Respecta modelu' , T/C.
  20. ai uitat undeva o acolada { sau } , din cauza asta iei prea multe errori si iti da erroare la pawno , Zut ce poza zici ?
×
×
  • 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.