27.01.2011, 22:13
Im a noob scripter, seriously a NOOB, I'm following this tutorial, https://sampforum.blast.hk/showthread.php?tid=177490.
Here is my code, I am getting an error, can someone please help me?
----------------------------------------
#include <a_samp>
#include <gl_spawn>
main()
{
print("STARTED");
}
public OnGameModeInit()
{
print("GM Started");
}
public OnFilterScriptInit()
{
print("FS Started);
}
new VAR_NAME;
newbool:VAR_NAME=false;
new VAR_NAME=STRING;
new VAR_NAME="Just Some Text";
new [MAX_PLAYER]="Just Some Text";
----------------------------------------
That's all of my code.
Here is my code, I am getting an error, can someone please help me?
----------------------------------------
#include <a_samp>
#include <gl_spawn>
main()
{
print("STARTED");
}
public OnGameModeInit()
{
print("GM Started");
}
public OnFilterScriptInit()
{
print("FS Started);
}
new VAR_NAME;
newbool:VAR_NAME=false;
new VAR_NAME=STRING;
new VAR_NAME="Just Some Text";
new [MAX_PLAYER]="Just Some Text";
----------------------------------------
That's all of my code.