25.02.2012, 17:28
When I move Ingame, my server goes offline...
It's hosted at a sponsors website...
Also some problem with float.inc O.o
It's hosted at a sponsors website...
Also some problem with float.inc O.o
[11:29:58] Crash caused by gamemodes/Selfmade.amx, see stack trace below [11:29:58] Stack trace (most recent call first): [11:29:58] floatcmp (native) on line 1 in (null) [11:29:58] (null) (entry point)
[11:55:36] [debug] Run time error 6: "Invalid instruction" [11:55:36] [debug] Invalid opcode 0x7800 at address 0xFFFFFFFB [11:55:36] [debug] Backtrace (most recent call first): [11:55:36] [debug] #0 ()+0xffffffff at Selfmade.pwn:13744
forward SetVehicleParamsForAll(carid,objective,doorslocked);
public SetVehicleParamsForAll(carid,objective,doorslocked)
{
for(new i = 0; i<MAX_PLAYERS; i++) SetVehicleParamsForPlayer(carid,i,objective,doorslocked);
}
for(new i = 0; i<MAX_PLAYERS; i++) SetVehicleParamsForPlayer(carid,i,objective,doorslocked);