ah fuck
#1

k well i compiled my WORKING gm with the 0.3d server
all good, no problems
runs no problems
but it restarts itself every few seconds now

the fuck happened?
Reply
#2

Show logs <.<
Reply
#3

This is the final section of the console log, including what's printed during main()
It's usually the last thing to appear before any IG activities are performed

Код:
[19:44:21] EnableTirePopping() function is removed.
[19:44:21] Warning: EnableZoneNames() is removed since 0.3
[19:44:21] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
[19:44:21] Pickups Max = 100, Current Pickups = 80
[19:44:21]  
[19:44:21]  
[19:44:21]  
[19:44:21]  
[19:44:21] **********  ***          ********          ********      *******
[19:44:21] **********  ***         **********         **********   **********
[19:44:21] ***         ***         ***    ***         ***     ***  ***     ***
[19:44:21] ***         ***         ***    ***         ***     ***  ***     ***
[19:44:21] **********  ***         ***    ***  *****  *********    *********
[19:44:21] **********  ***         ***    ***  *****  *********    ********
[19:44:21] ***         ***         ***    ***         ***    ***   ***
[19:44:21] **********  **********  **********         ***     ***  ***
[19:44:21] **********  **********   ********          ***     ***  ***
[19:44:21]  
[19:44:21]  
[19:44:21]  
[19:44:21]  
[19:44:21]  
[19:44:21]  
[19:44:21]     ---------------------------        -----------------------
[19:44:21]    |  EloRP - Elovix RolePlay  |      |   Running Version 0.2  |
[19:44:21]    |  Scripted By Rob_Thugz    |      |   SA-MP 0.3d R9-2      |
[19:44:21]     ---------------------------        ------------------------
[19:44:21]  
[19:44:21]  
[19:44:21] Number of vehicle models: 37
Nothing occurs in this space - as you can see by the timestamp, a few seconds later it restarts

This is the start of the console which starts again:

Код:
[19:44:33] HouseInfo:0 Owner:The State hTakings 2045 hVec 418
[19:44:33] HouseInfo:1 Owner:The State hTakings 0 hVec 418
[19:44:33] HouseInfo:2 Owner:The State hTakings 21600 hVec 418
[19:44:33] HouseInfo:3 Owner:The State hTakings 0 hVec 418
[19:44:33] HouseInfo:4 Owner:The State hTakings 3400 hVec 418
[19:44:33] HouseInfo:5 Owner:The State hTakings 77256 hVec 418
[19:44:33] HouseInfo:6 Owner:The State hTakings 700 hVec 418
[19:44:33] HouseInfo:7 Owner:The State hTakings 19077 hVec 418
[19:44:33] HouseInfo:8 Owner:The State hTakings 93406 hVec 418
[19:44:33] HouseInfo:9 Owner:The State hTakings 100 hVec 418
[19:44:33] HouseInfo:10 Owner:The State hTakings 839 hVec 418
[19:44:33] HouseInfo:11 Owner:The State hTakings 0 hVec 418
[19:44:33] HouseInfo:12 Owner:The State hTakings 0 hVec 418
[19:44:33] HouseInfo:13 Owner:The State hTakings 40600 hVec 418
[19:44:33] HouseInfo:14 Owner:The State hTakings 0 hVec 418
[19:44:33] HouseInfo:15 Owner:The State hTakings 0 hVec 418
[19:44:33] HouseInfo:16 Owner:The State hTakings 2600 hVec 418
[19:44:33] HouseInfo:17 Owner:The State hTakings 64000 hVec 418
[19:44:33] HouseInfo:18 Owner:The State hTakings 65000 hVec 418
[19:44:33] HouseInfo:19 Owner:The State hTakings 40000 hVec 418
[19:44:33] HouseInfo:20 Owner:The State hTakings 0 hVec 418
[19:44:33] HouseInfo:21 Owner:The State hTakings 60000 hVec 418
[19:44:33] HouseInfo:22 Owner:The State hTakings 0 hVec 418
[19:44:33] HouseInfo:23 Owner:The State hTakings 20000 hVec 418
[19:44:33] HouseInfo:24 Owner:The State hTakings 0 hVec 418
[19:44:33] HouseInfo:25 Owner:The State hTakings 70 hVec 418
[19:44:33] HouseInfo:26 Owner:The State hTakings 20000 hVec 418
[19:44:33] HouseInfo:27 Owner:The State hTakings 0 hVec 418
[19:44:33] HouseInfo:28 Owner:The State hTakings 124 hVec 418
[19:44:33] HouseInfo:29 Owner:The State hTakings 0 hVec 418
[19:44:33] HouseInfo:30 Owner:The State hTakings 1000 hVec 418
[19:44:33] HouseInfo:31 Owner:The State hTakings 0 hVec 418
[19:44:33] HouseInfo:32 Owner:The State hTakings 0 hVec 418
[19:44:33] HouseInfo:33 Owner:The State hTakings 0 hVec 418
[19:44:33]
Reply
#4

Quote:

[19:44:21] EnableTirePopping() function is removed.
[19:44:21] Warning: EnableZoneNames() is removed since 0.3
[19:44:21] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()

You are using a outdated code, the EnableZoneNames do not exits, AllowAdminTeleport i think it's removed and EnableTirePopping is removed, try to find that fuctions on your gamemode and remove it.
Reply
#5

Where can I find a list of these functions mate
Reply
#6

Press CTRL+F and enter one by one
Код:
19:44:21] EnableTirePopping() function is removed.
[19:44:21] Warning: EnableZoneNames() is removed since 0.3
[19:44:21] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
Reply
#7

No I'm aware of how to operate the compiler buddy - I wrote this script.
What I mean is, where can I get a list of removed functions in .3d

Also, I removed all three of those functions and I still am having the same issue.
Reply
#8

Nevermind - I forgot to copy over some of my /scriptfiles/ and I'd set the server to automatically gmx without any output when they are missing - stoopid
Reply
#9

Quote:
Originally Posted by Rob_Maate
Посмотреть сообщение
Nevermind - I forgot to copy over some of my /scriptfiles/ and I'd set the server to automatically gmx without any output when they are missing - stoopid
Hence the purpous of print, lol. Make it a habit of using it.
Reply
#10

Ya I basically printed every variable @ OnGameModeInit to try and find this error
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)