9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
#include "utl_i_sqluuid"
|
|
|
|
void main()
|
|
{
|
|
SQLocalsUUID_SetInt(GetPCSpeaker(),"PCHardCoreSpecial",0);
|
|
SQLocalsUUID_SetInt(GetPCSpeaker(),"PCHardcore",0);
|
|
SQLocalsUUID_SetInt(GetPCSpeaker(),"PCHardCorePNP",0);
|
|
}
|