Author Topic: Need to Add spwan Character  (Read 3499 times)

0 Members and 1 Guest are viewing this topic.

Offline asad3man

  • Made Man
  • ***
  • Posts: 121
  • A for Asad "Lion of Allah"
    • View Profile
    • Ultra DM server Website
Need to Add spwan Character
« 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

StriKe

  • Guest
Re: Need to Add spwan Character
« Reply #1 on: May 18, 2011, 07:16:31 am »
Hope i am right, I couldn't understand your request completely.

http://famp.ru/wiki/AddPlayerClass

Offline asad3man

  • Made Man
  • ***
  • Posts: 121
  • A for Asad "Lion of Allah"
    • View Profile
    • Ultra DM server Website
Re: Need to Add spwan Character
« Reply #2 on: May 18, 2011, 07:23:20 am »
u understood my question

Offline asad3man

  • Made Man
  • ***
  • Posts: 121
  • A for Asad "Lion of Allah"
    • View Profile
    • Ultra DM server Website
Re: Need to Add spwan Character
« Reply #3 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]

Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Re: Need to Add spwan Character
« Reply #4 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.
Do not PM me for support.




Offline asad3man

  • Made Man
  • ***
  • Posts: 121
  • A for Asad "Lion of Allah"
    • View Profile
    • Ultra DM server Website
Re: Need to Add spwan Character
« Reply #5 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

Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Re: Need to Add spwan Character
« Reply #6 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.
Do not PM me for support.




Offline asad3man

  • Made Man
  • ***
  • Posts: 121
  • A for Asad "Lion of Allah"
    • View Profile
    • Ultra DM server Website
Re: Need to Add spwan Character
« Reply #7 on: May 19, 2011, 04:17:47 pm »
its not used anywhere in code?