Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
guns
#1
how do i do it so that lets say if someone donates they get different weapons than someone who doesnt? and let them have an icon above their head
BEAST TongueTongue
Reply

#2
(03-08-2015, 19:46)Startune Wrote: how do i do it so that lets say if someone donates they get different weapons than someone who doesnt? and let them have an icon above their head
LEARN LEARN LEARN .GSC
fck lazy kid
OMA
[Image: One_Man_Army_Bag_render_MW2.PNG]
Reply

#3
(03-08-2015, 21:07)Dude Wrote:
(03-08-2015, 19:46)Startune Wrote: how do i do it so that lets say if someone donates they get different weapons than someone who doesnt? and let them have an icon above their head
LEARN LEARN LEARN .GSC
fck lazy kid

That's a bit too rude, let's keep it nice here Smile

@Startune You could do this by checking the name of the players, like this:

Code:
If(self.name == "insertnamehere")
{
self _giveweapon("typeweaponnamehere");
}

I'm sure there's tutorials on this if you take a look, perhaps @Yamato has some here?
Reply

#4
(03-08-2015, 22:56)Rendflex Wrote:
(03-08-2015, 21:07)Dude Wrote:
(03-08-2015, 19:46)Startune Wrote: how do i do it so that lets say if someone donates they get different weapons than someone who doesnt? and let them have an icon above their head
LEARN LEARN LEARN .GSC
fck lazy kid

That's a bit too rude, let's keep it nice here Smile

@Startune You could do this by checking the name of the players, like this:

Code:
If(self.name == "insertnamehere")
{
self _giveweapon("typeweaponnamehere");
}

I'm sure there's tutorials on this if you take a look, perhaps @Yamato has some here?

self.name is not safe. Use self getGuid(), no?
I bet this kiddo wants "easy money".
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#5
Na im just having a hard time with modding id really like to be able to do it properly and im maing a server with a friend he is making the server and im making the mod but im stuck at sometongs so thats why i am asking so much

Making*, somethings*
BEAST TongueTongue
Reply

#6
(03-09-2015, 09:10)Startune Wrote: Na im just having a hard time with modding id really like to be able to do it properly and im maing a server with a friend he is making the server and im making the mod but im stuck at sometongs so thats why i am asking so much

Making*, somethings*

Just tell that you don't know anything. Troll
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#7
haha okay i dont know anything?
BEAST TongueTongue
Reply

#8
(03-09-2015, 18:39)Startune Wrote: haha okay i dont know anything?
yea 1000%
learn .gsc scripting, visit :
https://www.itsmods.com/forum/Forum-Yama...-Zone.html
http://www.se7ensins.com/forums/threads/...ng.192492/
http://www.se7ensins.com/forums/threads/...ng.388641/
http://www.nextgenupdate.com/forums/call...pting.html
have fun! lazy kid!
OMA
[Image: One_Man_Army_Bag_render_MW2.PNG]
Reply

#9
Learning GSC from another kids like from mpgh -> geeeez, masochist!
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#10
(03-09-2015, 20:20)Dude Wrote:
(03-09-2015, 18:39)Startune Wrote: haha okay i dont know anything?
yea 1000%
learn .gsc scripting, visit :
https://www.itsmods.com/forum/Forum-Yama...-Zone.html
http://www.se7ensins.com/forums/threads/...ng.192492/
http://www.se7ensins.com/forums/threads/...ng.388641/
http://www.nextgenupdate.com/forums/call...pting.html
have fun! lazy kid!
thank you so much!
BEAST TongueTongue
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.