Vice City Multiplayer
VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Leeter on January 07, 2012, 08:53:10 pm
-
No idea whats happening, im not used to VCMP pawn, i tried locating a_vcmp all over the server folders, but i still keep getting that error wich makes me put the a_vcmp content inside the script wich looks ugly and messy, any idea?fixed.
Oh, and another problem.
When i spawn, i cant stop jumping somehow, i dont press the space bar, it jumps automaticly.
-
Its a GM script pro, Try removing your last script.
-
When i spawn, i cant stop jumping somehow, i dont press the space bar, it jumps automaticly.
Your world bounds are incorrect.
-
When i spawn, i cant stop jumping somehow, i dont press the space bar, it jumps automaticly.
Your world bounds are incorrect.
I never placed a world bound..
-
I never placed a world bound..
There's your problem. The default worldbounds should be:
SetWorldBounds( 5000.0, -5000.0, 5000.0, -5000.0 );
-
I never placed a world bound..
There's your problem. The default worldbounds should be:
SetWorldBounds( 5000.0, -5000.0, 5000.0, -5000.0 );
That must fix that up, thanks, but cant test it cause it wont let me spawn smh.. i know how to fix that, if i find any issue i'll create a thread/post in here my problem. i'm used to SA-MP scripting.
-
Its isnt in World bound the pro is in your script