ItsMods

Full Version: guns
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
(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
(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?
(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".
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*
(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
haha okay i dont know anything?
Learning GSC from another kids like from mpgh -> geeeez, masochist!
(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!