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.
Originally Posted by Erige
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