Vice City Multiplayer

General Discussion => Support => Topic started by: asad3man on May 17, 2011, 08:51:12 pm

Title: Need to Add spwan Character
Post by: asad3man on May 17, 2011, 08:51:12 pm
I have my Siple VCMP Scripts Character i need to ad more like ken Phil i got website of hunting areana where they saved ID how to write these in Pawn
Title: Re: Need to Add spwan Character
Post by: StriKe on May 18, 2011, 07:16:31 am
Hope i am right, I couldn't understand your request completely.

http://famp.ru/wiki/AddPlayerClass
Title: Re: Need to Add spwan Character
Post by: asad3man on May 18, 2011, 07:23:20 am
u understood my question
Title: Re: Need to Add spwan Character
Post by: asad3man on May 18, 2011, 04:32:38 pm
Hey when i put Player to be spawn in Pawn then it gives 2 players at a time. i have 2 player Construction worker 2 times one original and second is I have added to another spawn place but i cant understanding what is happening to me ?

I wrote this command....
[pawn]AddPlayerClassEx(15,99,-870.946533,-685.190857,11.212971,334.600006,0,0,17,500,25,800);[/pawn]
Title: Re: Need to Add spwan Character
Post by: stormeus on May 19, 2011, 03:27:49 am
Hey when i put Player to be spawn in Pawn then it gives 2 players at a time. i have 2 player Construction worker 2 times one original and second is I have added to another spawn place but i cant understanding what is happening to me ?

I wrote this command....
[pawn]AddPlayerClassEx(15,99,-870.946533,-685.190857,11.212971,334.600006,0,0,17,500,25,800);[/pawn]

If you have a GUPS based script, you might have a file that has a bunch of skins. You should add your skins there in that case; it makes it easier to change skins since you won't be recompiling every time you change a skin.
Title: Re: Need to Add spwan Character
Post by: asad3man on May 19, 2011, 07:35:05 am
Hey when i put Player to be spawn in Pawn then it gives 2 players at a time. i have 2 player Construction worker 2 times one original and second is I have added to another spawn place but i cant understanding what is happening to me ?

I wrote this command....
[pawn]AddPlayerClassEx(15,99,-870.946533,-685.190857,11.212971,334.600006,0,0,17,500,25,800);[/pawn]

If you have a GUPS based script, you might have a file that has a bunch of skins. You should add your skins there in that case; it makes it easier to change skins since you won't be recompiling every time you change a skin.


U did not seen my question i typed I have simple VCMP Script
Title: Re: Need to Add spwan Character
Post by: stormeus on May 19, 2011, 01:14:55 pm
Hey when i put Player to be spawn in Pawn then it gives 2 players at a time. i have 2 player Construction worker 2 times one original and second is I have added to another spawn place but i cant understanding what is happening to me ?

I wrote this command....
[pawn]AddPlayerClassEx(15,99,-870.946533,-685.190857,11.212971,334.600006,0,0,17,500,25,800);[/pawn]

If you have a GUPS based script, you might have a file that has a bunch of skins. You should add your skins there in that case; it makes it easier to change skins since you won't be recompiling every time you change a skin.


U did not seen my question i typed I have simple VCMP Script

GUPS-based. IMO, simple could mean a lot of different things. See if AddPlayerClass or AddPlayerClassEx is used anywhere else in the code.
Title: Re: Need to Add spwan Character
Post by: asad3man on May 19, 2011, 04:17:47 pm
its not used anywhere in code?