NOTE: I'm no scripting newbie.
Everybody knows the LSRP onduty command, right? When every PD/SD/FD person goes onduty, the PD/SD/FD value increases by one.
How can I have it do that? I thought of doing this.
(ignore the indentation, im not going to indent it by spamming spacebar 4 times)
then everytime somebody goes onduty, depending on their faction i would do FDPlayers++; or SDPlayers++; then when they go off-duty i would do FDPlayers = FDPlayers-1; or SDPlayers = SDPlayers-1; etc.
Would that work?
Everybody knows the LSRP onduty command, right? When every PD/SD/FD person goes onduty, the PD/SD/FD value increases by one.
How can I have it do that? I thought of doing this.
(ignore the indentation, im not going to indent it by spamming spacebar 4 times)
PHP Code:
(TOP OF SCRIPT)
new FDPlayers;
new PDPlayers;
new SDPlayers;
Would that work?