Need help! To add player classes and more.
#22

Owh thank you! with that i just got these "small" errors..

Код:
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(47) : error 017: undefined symbol "IsValidSkin"
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(54) : warning 217: loose indentation
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(54) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(54) : error 004: function "OnGameModeExit" is not implemented
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(59) : warning 225: unreachable code
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(59) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(59) : error 004: function "OnPlayerRequestClass" is not implemented
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(61) : error 017: undefined symbol "playerid"
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(62) : error 017: undefined symbol "playerid"
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(63) : error 017: undefined symbol "playerid"
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(64) : error 017: undefined symbol "playerid"
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(65) : error 017: undefined symbol "playerid"
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(69) : warning 225: unreachable code
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(69) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(69) : error 004: function "OnPlayerConnect" is not implemented
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(71) : error 017: undefined symbol "playerid"
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(72) : error 017: undefined symbol "playerid"
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(76) : warning 225: unreachable code
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(76) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(76) : error 004: function "OnPlayerDisconnect" is not implemented
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(81) : warning 225: unreachable code
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(81) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(81) : error 004: function "OnPlayerSpawn" is not implemented
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(83) : error 017: undefined symbol "playerid"
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(87) : warning 225: unreachable code
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(87) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(87) : error 004: function "OnPlayerDeath" is not implemented
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(92) : warning 225: unreachable code
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(92) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(92) : error 004: function "OnVehicleSpawn" is not implemented
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(97) : warning 225: unreachable code
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(97) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(97) : error 004: function "OnVehicleDeath" is not implemented
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(102) : warning 225: unreachable code
C:\Documents and Settings\Administratцr\Skrivbord\SAMP server\gamemodes\Stuntrevolution.pwn(102) : error 029: invalid expression, assumed zero

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
Reply


Messages In This Thread
Need help! To add player classes and more. - by Kitten_Blind - 21.11.2010, 16:55
Re: Need help! To add player classes and more. - by Victor - 21.11.2010, 17:03
Re: Need help! To add player classes and more. - by Backwardsman97 - 21.11.2010, 17:04
Re: Need help! To add player classes and more. - by Burridge - 21.11.2010, 17:06
Re: Need help! To add player classes and more. - by [SU]Balli - 21.11.2010, 17:08
Re: Need help! To add player classes and more. - by Kitten_Blind - 21.11.2010, 18:18
AW: Need help! To add player classes and more. - by [SU]Balli - 22.11.2010, 11:14
Re: Need help! To add player classes and more. - by Kitten_Blind - 22.11.2010, 14:06
AW: Need help! To add player classes and more. - by [SU]Balli - 22.11.2010, 15:06
Re: Need help! To add player classes and more. - by Kitten_Blind - 22.11.2010, 15:23
AW: Need help! To add player classes and more. - by [SU]Balli - 22.11.2010, 16:02
Re: Need help! To add player classes and more. - by Kitten_Blind - 22.11.2010, 16:06
Re: Need help! To add player classes and more. - by TheXIII - 22.11.2010, 16:10
Re: Need help! To add player classes and more. - by Kitten_Blind - 22.11.2010, 16:13
Re: Need help! To add player classes and more. - by -Rebel Son- - 22.11.2010, 16:19
Re: Need help! To add player classes and more. - by TheXIII - 22.11.2010, 16:19
Re: Need help! To add player classes and more. - by -Rebel Son- - 22.11.2010, 16:22
Re: Need help! To add player classes and more. - by Kitten_Blind - 22.11.2010, 16:29
Re: Need help! To add player classes and more. - by Kitten_Blind - 22.11.2010, 18:27
Re: Need help! To add player classes and more. - by TheXIII - 22.11.2010, 18:29
Re: Need help! To add player classes and more. - by OldDirtyBastard - 22.11.2010, 18:40
Re: Need help! To add player classes and more. - by Kitten_Blind - 22.11.2010, 19:17
Re: Need help! To add player classes and more. - by armyoftwo - 22.11.2010, 19:24
Re: Need help! To add player classes and more. - by OldDirtyBastard - 22.11.2010, 19:29
Re: Need help! To add player classes and more. - by Kitten_Blind - 22.11.2010, 19:54

Forum Jump:


Users browsing this thread: 1 Guest(s)