online play

Discussions about Coding and Scripting
User avatar
Rakiayn
Masterful
Posts: 550
Joined: Fri Aug 28, 2009 3:33 pm

online play

Post by Rakiayn »

I have no experience with testing code online at all.
but I want to do something in the code that only effects admins.
I saw the variable badmin once in playerreplication info. can I assume that using this var in the code will cover all admins in the online game?
or are there some other factors I have to keep in mind
User avatar
Feralidragon
Godlike
Posts: 5503
Joined: Wed Feb 27, 2008 6:24 pm
Personal rank: Work In Progress
Location: Liandri

Re: online play

Post by Feralidragon »

Yes, that's all you need to consider afaik. :)
You also have the bAdmin variable in the PlayerPawn class.