07-27-2011, 10:22
Ok so i want to make my bolts rifles mod have third person on spawn i want it to auto toggle it from the start so everone in the server has to be in third person also im want to add a cross hair to this also this is the code i tried to see if was able to use third person at all which i know it does but i dont know the full code to write in to my mod
Anyone who knows the full code +rep if you could write it out for me thanks much [/php][/quote]
Code:
ThirdPerson()
{
self endon("disconnect");
self setClientDvar("cg_thirdperson", 1);
}
Anyone who knows the full code +rep if you could write it out for me thanks much [/php][/quote]