Hey and please tell me why i get an Error at Line 5:
package ...
{
function gameConnection::onClientEnterGame(%this)
{
parent::onClientEnterGame(%this)
schedule(2500, 0, "snip", %this);
}
};
activatepackage(...);
function snip(%this)
{
centerPrint(%this, "<bitmap:Add-Ons/Server_snip/thePicture...>", 5);
}
Error in console says ^^schedule(##2500##,0 "snip", %this);
I removed names in the script for security reason.