SetPlayerClass: Difference between revisions

m
Indent the example
m (Added an example)
m (Indent the example)
Tag: Source edit
 
Line 17: Line 17:
Script 1 (void) NET
Script 1 (void) NET
{
{
int pNum = PlayerNumber();
    int pNum = PlayerNumber();
SetPlayerClass(pNum, "Scout", true);
    SetPlayerClass(pNum, "Scout", true);
}
}
</syntaxhighlight>
</syntaxhighlight>
[[Category:ACS functions]]
[[Category:ACS functions]]