22.05.2013, 10:44
So in the start of GM i have this
I got like 90 more player classes added but im allways getting lots of errors because of this
Like 90 more of this I would like to know how to fix it.
Next error is
Any1 here knows how to fix it?
Код:
public OnGameModeInit() { // Player Classes In the Startup of the Gamemode Player Class Choose SetGameModeText("Freeroam/Roleplay By Two"); AddPlayerClass(1, 1462.1404,-1027.1700,23.8281,177.7844, 0, 0, 0, 0, 0, 0); return 1; AddPlayerClass(1, 1462.1404,-1027.1700,23.8281,177.7844, 0, 0, 0, 0, 0, 0); return 1; AddPlayerClass(2, 1462.1404,-1027.1700,23.8281,177.7844, 0, 0, 0, 0, 0, 0); return 1; AddPlayerClass(3, 1462.1404,-1027.1700,23.8281,177.7844, 0, 0, 0, 0, 0, 0);
Код:
C:\Documents and Settings\Administrador\Ambiente de trabalho\samp03x_svr_R1-2_win32\gamemodes\two.pwn(45) : warning 225: unreachable code C:\Documents and Settings\Administrador\Ambiente de trabalho\samp03x_svr_R1-2_win32\gamemodes\two.pwn(47) : warning 225: unreachable code C:\Documents and Settings\Administrador\Ambiente de trabalho\samp03x_svr_R1-2_win32\gamemodes\two.pwn(49) : warning 225: unreachable code C:\Documents and Settings\Administrador\Ambiente de trabalho\samp03x_svr_R1-2_win32\gamemodes\two.pwn(51) : warning 225: unreachable code C:\Documents and Settings\Administrador\Ambiente de trabalho\samp03x_svr_R1-2_win32\gamemodes\two.pwn(53) : warning 225: unreachable code
Next error is
Код:
C:\Documents and Settings\Administrador\Ambiente de trabalho\samp03x_svr_R1-2_win32\gamemodes\two.pwn(250) : warning 202: number of arguments does not match definition C:\Documents and Settings\Administrador\Ambiente de trabalho\samp03x_svr_R1-2_win32\gamemodes\two.pwn(270) : warning 202: number of arguments does not match definition