Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Leeter on January 07, 2012, 08:53:10 pm

Title: Cannot read file: a_vcmp
Post 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.
Title: Re: Cannot read file: a_vcmp
Post by: DilsonTB on January 07, 2012, 09:10:46 pm
Its a GM script pro, Try removing your last script.
Title: Re: Cannot read file: a_vcmp
Post by: stormeus on January 07, 2012, 09:44:01 pm
When i spawn, i cant stop jumping somehow, i dont press the space bar, it jumps automaticly.

Your world bounds are incorrect.
Title: Re: Cannot read file: a_vcmp
Post by: Leeter on January 07, 2012, 09:51:44 pm
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..
Title: Re: Cannot read file: a_vcmp
Post by: stormeus on January 07, 2012, 09:58:59 pm
I never placed a world bound..

There's your problem. The default worldbounds should be:
SetWorldBounds( 5000.0, -5000.0, 5000.0, -5000.0 );
Title: Re: Cannot read file: a_vcmp
Post by: Leeter on January 07, 2012, 10:03:11 pm
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.
Title: Re: Cannot read file: a_vcmp
Post by: DilsonTB on January 08, 2012, 03:40:39 am
Its isnt in World bound the pro is in your script