How To Update My 0.2x GM To 0.3c -
Sitaauk - 22.01.2011
im having roleplay server , and GM is larp
Re: How To Update My 0.2x GM To 0.3c -
WillyP - 22.01.2011
Re-compile with the 0.3c includes.
Re: How To Update My 0.2x GM To 0.3c -
Sitaauk - 22.01.2011
Where do i download these ? can u give me page
Re: How To Update My 0.2x GM To 0.3c -
Sitaauk - 22.01.2011
and do i need some newer version pawno `? and if yes where to get that
Re: How To Update My 0.2x GM To 0.3c -
veyron - 22.01.2011
Download 0.3c server
there have been some updates since 0.2X, so you might need to change code a bit
There is edit button, so you dont need to double post
pawno has been always the same, as far as i remember
Re: How To Update My 0.2x GM To 0.3c -
Sitaauk - 22.01.2011
C:\Users\Ian\Desktop\samp\gamemodes\larp.pwn(21) : fatal error 100: cannot read from file: "utils"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: How To Update My 0.2x GM To 0.3c -
playerking - 22.01.2011
Put the new 0.3c includes, in your server include folder
Re: How To Update My 0.2x GM To 0.3c -
Sitaauk - 22.01.2011
I put but still errors...
C:\Users\Ian\Desktop\samp\gamemodes\larp.pwn(43824 ) : warning 235: public function lacks forward declaration (symbol "NameTimer")
C:\Users\Ian\Desktop\samp\gamemodes\larp.pwn(43844 ) : error 017: undefined symbol "GetPointDistanceToPointExMorph"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: How To Update My 0.2x GM To 0.3c -
veyron - 22.01.2011
if you dont already have it, found it on forums
edit: seems like you found it
i think nametimer is unused, so remove or comment it (but it between /* */, whole function)
Re: How To Update My 0.2x GM To 0.3c -
Snowman12 - 22.01.2011
Quote:
Originally Posted by Sitaauk
I put but still errors...
C:\Users\Ian\Desktop\samp\gamemodes\larp.pwn(43824 ) : warning 235: public function lacks forward declaration (symbol "NameTimer")
C:\Users\Ian\Desktop\samp\gamemodes\larp.pwn(43844 ) : error 017: undefined symbol "GetPointDistanceToPointExMorph"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
|
these errors are your errors not the version error check you script on the lines
Error 1 forward Nametimer
error 2 not to sure i cant see the script n im not downloading it