Question[SOLVED] question with modding

Posts 14 of 4 · Page 1 of 1
[SOLVED] question with modding
hey guys i have a question. In the rank.gsc file if you already have a doammo thread is it possible to add another one that i could use for host only? as in add it to ifselfishost.
Quote Originally Posted by Erige View Post
hey guys i have a question. In the rank.gsc file if you already have a doammo thread is it possible to add another one that i could use for host only? as in add it to ifselfishost.
Yes just name it a different Thread name

Code:
doHostAmmo()
{

if ( self isHost() )
{
//code here
}

}
Or something like that insert your code where the // is
ok thanks.
/Marked as Solved
Posts 14 of 4 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?