1
Games / Re: ITT: We post our Steam Usernames.
« on: September 01, 2008, 08:08:38 PM »
MrBob1337
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
The one you have to pay for.
All the variables need to have %'s behind them. Places: If statements, the part at the end of the messageClient.
]registerOutPutEvent(player,"lolEvent", "??? \ tstring" )
function serverCmdBioScan(%client)
{
messageClient(%client,'','\c6ScanningBiometrics...');
if (client.skillhandguns < 1)
{
client.skillhandguns = 1;
messageClient(%client, '','\c6Handgun Skill: \c2 %1 ', %client.skillhandguns);
}
else
{
messageClient(%client,'','\c6Handgun Skill: \c3 %1 ',client.skillhandguns);
}
if (client.skillrifles < 1)
{
client.skillrifles = 1;
messageClient(%client,'','\c6Rifles Skill: \c3 %1 ', client.skillrifles );
}
else
{
messageClient(%client,'','\c6Rifles Skill: \c3 %1 ', client.skillrifles);
}
if (client.skillheavy < 1)
{
client.skillheavy = 1;
messageClient(%client,'','\c6Heavy Weapons Skill: \c3 %1 ', client.skillheavy);
}
else
{
messageClient(%client,'','\c6Heavy Weapons Skill: \c3 %1 ', client.skillheavy);
}
}