Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Leeter

Pages: [1]
1
mIRC/pawn Scripting / Re: Cannot read file: a_vcmp
« 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.

2
mIRC/pawn Scripting / Re: Cannot read file: a_vcmp
« 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..

3
mIRC/pawn Scripting / Cannot read file: a_vcmp
« 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.

4
mIRC/pawn Scripting / Re: GUPS PROB AGAIN
« on: January 05, 2012, 07:48:13 pm »
when i write brb my player pause and when i write !back my player unpause for lol laughing out loud plzzzzzzzzz
this is gups cmd so plzz give me the right cmd of gotoloc for gups

wat.
lol

jimmy you need to be more clear..

5
mIRC/pawn Scripting / Re: I need one more help!
« on: January 05, 2012, 07:47:28 pm »
And you're a really ungrateful little -profanity removed-. Fuzzy was doing his best to try and help you and it is your own stupid blind ass that could not read well how shit's done in VC-MP. I'll quote again:

Quote
Look ...

AddStaticPickup(pickupid,type,X,Y,Z);

pickupid = just a number... you can start with 1

=> AddStaticPickup(1,type,X,Y,Z);

type = pickup model . You can find here a list with some models .

=> AddStaticPickup(1,382,X,Y,Z);

X,Y,Z = Coordonates

Pickup ID represents the number of the ID. i.e. Learn how to count (1,2,3,4,5,6,7,8,9,10 {like a list}) while TYPE represents the MODEL ID.
ups, that's true, but he didnt understood what rasikh wanted to do.. but every help should be appreciated..

6
mIRC/pawn Scripting / Re: I need one more help!
« on: January 05, 2012, 05:18:58 am »


Rasikh, the problem is that VCMP scripting is not advanced like SAMP.. there are not pickup types like SAMP, just the pickup id, model id, and the pos. no way you can put a pickup type unless you script it..

7
mIRC/pawn Scripting / Re: Please Help Me!
« on: January 05, 2012, 04:49:14 am »
PD: Your little brother is my young admin xD.... lvl 7-8

i know.. that las vegas roleplay, i played once. got bored, u need to make stuff more fun and make the stuff spanish.

8
mIRC/pawn Scripting / Re: Please Help Me!
« on: January 05, 2012, 04:41:42 am »
:O sorry man i really sorry i thought you were talking about me...

LAST POST DELETED

np man.. that stuff happens

9
mIRC/pawn Scripting / Re: Please Help Me!
« on: January 05, 2012, 04:29:57 am »
i'm talking about rakish.. he copy and pasted..

10
mIRC/pawn Scripting / Re: Please Help Me!
« on: January 05, 2012, 04:03:53 am »
dilson you needa to chill

your problem is that you copy & pasted, but didnt do it well.. you need to define the variables to keep em running.

Pages: [1]