Hi Guys,
Go easy on me - just started scripting following various tutorials / looking at existing code in certain plugins... I am stuck on something basic. Can someone tell me if this is correct?
PHP Code:
public OnPluginStart()
{
new num = 1
PrintToServer("The CTS Count is", num );
}
It displays "The CTS Count is" but not the value of the variable after..