Unknown errors in my code(server still compiles).
#10

Quote:
Originally Posted by Dayrion
View Post
Probably the "OnGameModeInit" isn't correctly hooked on one of your includes.
Can you show what includes are you using?
ofc.

PHP Code:
// This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT
#include <a_samp>
#include <zcmd>
#include <sscanf2>
#include <streamer>
#define weapons 4670
new str[1000];
//#if defined FILTERSCRIPT
//#endif
main()
{
    print(
"\n----------------------------------");
    print(
" Welcome To My Chasing Server");
    print(
"----------------------------------\n");
}
#pragma tabsize 0
public OnGameModeInit(playeridclassid)
{
    
// Don't use these lines if it's a filterscript
    
ShowPlayerMarkers(1);
    
SetGameModeText("XpoZzA's Server");
    
AddPlayerClass(01958.37831343.157215.3746269.1425000000);
    return 
1;
}
public 
OnGameModeExit()
{
    return 
1;

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)