26.02.2012, 09:53
Ok...
My homeserver tells me this in server.log:
//EDIT: Oh, was in the older version
Whats wrong at this?
//EDIT2: It MUST be something with the float.inc, because if I remove this, the public before will alert *_*
My homeserver tells me this in server.log:
Код:
[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
pawn Код:
forward SetVehicleParamsForAll(carid,objective,doorslocked);
public SetVehicleParamsForAll(carid,objective,doorslocked)
{
for(new i = 0; i<MAX_PLAYERS; i++) SetVehicleParamsForPlayer(carid,i,objective,doorslocked);
}
//EDIT2: It MUST be something with the float.inc, because if I remove this, the public before will alert *_*