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 - asad3man

Pages: 1 2 3 [4] 5 6 ... 9
46
Support / Re: Need to Add spwan Character
« 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

47
Support / Re: My IP address doesn't works!!
« on: May 19, 2011, 07:34:11 am »
u need to setup the server for internet for more details goto tutorials and see my tutorial

48
Support / Re: My IP address doesn't works!!
« on: May 18, 2011, 08:44:49 pm »
type "localhost:5192" with commas

49
Support / Re: My Server Script Help
« on: May 18, 2011, 06:58:33 pm »
BOX oooooohh here is no box means that "blblablbablabalbala"

50
Support / Re: My Server Script Help
« on: May 18, 2011, 05:45:00 pm »
no
i am too lazy

51
Support / Re: My Server Script Help
« on: May 18, 2011, 04:34:57 pm »
in pawno goto this place OnPlayerCommandText and then write like this but wite only command like eg info admin  etc :X

52
Support / Re: Need to Add spwan Character
« 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]

53
Support / Re: My Server Script Help
« on: May 18, 2011, 04:25:52 pm »
if u want to /c commands then u can do it goto OnPalyerCommand and just type info on box not /c info

NOTE :- That is an only Example

54
Support / Re: My Server Script Help
« on: May 18, 2011, 04:08:50 pm »
in the 3rd n#
i gave example of !info command
u can add !admin commands !forum commands
just change where it is writen !info
and change the next line which s written "Pakistani Killers"
if u write "Hello i am admin" then it says Hello i am admin instead if Pakistani killer if u write !ADMIN

55
Support / Re: My Server Script Help
« on: May 18, 2011, 07:39:12 am »
a problem occured when i put it to pawn then starts the game i chnaged th eplayer skins id then it is giving construction worker 2 times

56
thanx about port,i researched and found that port is not everything....

57
Support / Re: My Server Script Help
« on: May 18, 2011, 07:27:45 am »
yes strike u r right it is for u helped me now i can know it  thanx strike

58
Support / Re: Need to Add spwan Character
« on: May 18, 2011, 07:23:20 am »
u understood my question

59
Support / Re: My Server Script Help
« on: May 18, 2011, 07:19:51 am »
i can tell u first 2 and 3rd is hard for me i m new and also finiding 3rd one

1.How to add welocme msg.. "OnPlayerconnect"

add this line
[pawn]GameTextForPlayer(playerid,"WELCOME MSG HERE",5000,5);[/pawn]

2.For commands using !
goto "OnPlayerText" dont goto OnPlayerCommands

and type some like this if u want !info commands u will type this

[pawn]else if (strcmp(cmd, "!info", true) == 0)
   {
   tmp = strtok(cmdtext, idx);
      if (!strlen(tmp)) {
               SendClientMessage(playerid, COLOR_ORANGE, "Pakistani Killers Mode Scripts");
            SendClientMessage(playerid, COLOR_ORANGE, "Also u can Join Clan goto ");
            SendClientMessage(playerid, COLOR_ORANGE, "http://pakistanikillersclan.net76.net");
      }
      return 1;
   }[/pawn]



as i told i dont know third one so sorry for that.......

60
Sorry Strike is this tutorial is right

Pages: 1 2 3 [4] 5 6 ... 9