14 lines
389 B
Plaintext
14 lines
389 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName hooker_spend5
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 2002-10-23 20:06:05
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(GetPCSpeaker(), "iFee", 500);
|
||
|
|
||
|
}
|