7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
// set team Spid
|
|
void main()
|
|
{
|
|
SetLocalString(GetPCSpeaker(),"sTeamID","SPID");
|
|
ExecuteScript("adjust_alignment",OBJECT_SELF);
|
|
}
|