02.04.2012, 23:10
Hey,
I found a little bug: The player wont enter a vehicle if it has an object attached to itself. It just runs from door to door and back, "thinking" that the way is blocked. When removing the object it works fine. Here is the code:
I found a little bug: The player wont enter a vehicle if it has an object attached to itself. It just runs from door to door and back, "thinking" that the way is blocked. When removing the object it works fine. Here is the code:
PHP Code:
SetPVarInt(playerid,"MyFPObject",CreateObject(playerid,19300,0,0,0,0,0,0));
AttachObjectToPlayer(GetPVarInt(playerid,"MyFPObject"),playerid,0,0,0.7,0,0,0);


