0 Members and 2 Guests are viewing this topic.
Executing Server Config...D:\Jocuri\Test\scriptfiles\
Painful/Noob scripters acts like: I Am The Best Scripter Because I Announce My Releases With Big Font Size Without Giving Too Much Info' In The Hope They All Will Download And Check It. I Ignore Bad Replies, Replies That I Could Learn From, And Replies With So Much Text.
click here -> Seby's Tricks & Discoveries Showroom
I heard about some changes on "announce.exe" and "vcmp-svr.exe" , can that affect my servers ?
So ... let me understand:At www.vicecitymultiplayer.com are viruses for download ? And about my server... do you know why my server not starts ?last time when I wanted to start it , works.(Last time was when I had another Windows. (XP too , but another type) )
And about my server... do you know why my server not starts ?last time when I wanted to start it , works.(Last time was when I had another Windows. (XP too , but another type) )
Quote from: sseebbyy on October 13, 2012, 07:27:50 pmAnd about my server... do you know why my server not starts ?last time when I wanted to start it , works.(Last time was when I had another Windows. (XP too , but another type) )you may need some anti virus to clean it and thats same like my PC very same ( My PC Many Virus )and you may install Windows 7 its better.Or You may do this fast : 1. redownload the *.exe* on http://www.vicecitymultiplayer.com/2. Remove the *.exe* and replace the old with the new3. pack it with winrar or a winzip 4. and run it (without extrack)^Hope This work ^
okay this the last : Question :1.do you have backup the script ?2. What you add before like that ?Solution : 1.First if you may relase some Version BACKUP first 2.and if you NOT have it you may delete some Cmds or a something on your script (Before Crash) Sorry For MY BAD ENGLISH
for(new v = 0; v < MAX_VEHICLES; v++) { new Float:health; GetVehicleHealth(v,health); if(health < 400) { LowVHP[v] = 1; KillVehicleEngine(v); EngineON[v] = 0; } }
for(new v = 0; v < MAX_VEHICLES; v++) { Gas[v] = random(100); new health = 400 + random(1000); SetVehicleHealth(v,health); }
I found the problem of the script...But is weird.in a public made by me:Code: [Select]for(new v = 0; v < MAX_VEHICLES; v++) { new Float:health; GetVehicleHealth(v,health); if(health < 400) { LowVHP[v] = 1; KillVehicleEngine(v); EngineON[v] = 0; } }and (OnGameModeInit):Code: [Select]for(new v = 0; v < MAX_VEHICLES; v++) { Gas[v] = random(100); new health = 400 + random(1000); SetVehicleHealth(v,health); }Those parts of script are from begin. (aren't added in the last time, is from begin of server, so should work 100%)What is wrong there?