Gm compiling -
Scoots - 26.10.2009
Hi dear scripters i have problem. When i compile Gm i got 10 warrnings but how can i repair it? Warnings are that: C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(2589) : warning 235: public function lacks forward declaration (symbol "GetDistanceBetweenPlayers")
C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(2741) : warning 235: public function lacks forward declaration (symbol "BanExplosionone")
C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(2747) : warning 235: public function lacks forward declaration (symbol "BanExplosiontwo")
C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(3253) : warning 235: public function lacks forward declaration (symbol "PlayerVarDecrease")
C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(5401) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(5611) : warning 215: expression has no effect
C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(5612) : warning 215: expression has no effect
C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(5636) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(5637) : warning 202: number of arguments does not match definition
C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(563

: warning 215: expression has no effect
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Gm is here:
http://rapidshare.com/files/298151904/lvrcr.pwn.html
Re: Gm compiling -
Rickyboy30 - 26.10.2009
Please upload it to Pastebin, I dont trust this link because it's an html file.
Re: Gm compiling -
Scoots - 26.10.2009
I cant paste into pastebin because there is too many line i uploud in rapidshare again you can download here:
http://rapidshare.com/files/298151904/lvrcr.pwn
Re: Gm compiling -
Sergei - 26.10.2009
Quote:
Originally Posted by Rickyboy30
Please upload it to Pastebin, I dont trust this link because it's an html file.
|
I lol'ed.
Re: Gm compiling -
Alice[WS] - 26.10.2009
Код:
forward BanExplosionone(); // add it in your forwards
forward BanExplosiontwo(); // add it in your forwards
forward PlayerVarDecrease(); // add it in your forwards
forward OnPlayerPrivmsg(playerid, recieverid, text[]); // add it in your forwards
gTeam[giveplayerid] = TEAM_ARMY; // replace ligne 5611 with this
CanUseArmy[giveplayerid] = 1; // replace ligne 5612 with this
// for lignes 5636 - 5638 replace with this
new string[128];
format(string,128,"that player is now a level %d robber", ammount);
SendClientMessage(playerid,0xFF7F50AA, string);
format(string,128,"You are now level %d in rob skill", ammount);
SendClientMessage(giveplayerid,0xFF7F50AA,string);
robberrank[giveplayerid] = ammount;
Re: Gm compiling -
Scoots - 26.10.2009
i replace it all but then i got that: C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(2593) : warning 235: public function lacks forward declaration (symbol "GetDistanceBetweenPlayers")
C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(5615) : warning 215: expression has no effect
C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(5616) : warning 215: expression has no effect
C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(5610) : warning 204: symbol is assigned a value that is never used: "pname"
C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(5637) : warning 219: local variable "string" shadows a variable at a preceding level
C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(563

: error 017: undefined symbol "ammount"
C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(5640) : error 017: undefined symbol "ammount"
C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(5642) : error 017: undefined symbol "ammount"
C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(5643) : error 017: undefined symbol "pname"
C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(5644) : error 017: undefined symbol "ammount"
C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(5645) : error 017: undefined symbol "ammount"
C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(5646) : error 017: undefined symbol "ammount"
C:\DOCUME~1\Martins\Desktop\SAMP03~1\GAMEMO~1\lvrc r.pwn(5646) : warning 215: expression has no effect
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
7 Errors.
Re: Gm compiling -
tehehte - 26.10.2009
Quote:
Originally Posted by Rickyboy30
Please upload it to Pastebin, I dont trust this link because it's an html file.
|
I dont either.
Re: Gm compiling -
Scoots - 27.10.2009
ok here is the pastebin link
http://pastebin.com/m359bcd8c
Re: Gm compiling -
Scoots - 27.10.2009
please help
Re: Gm compiling -
Sergei - 27.10.2009
@Scoots, do not spam.
Quote:
Originally Posted by tehehte
Quote:
Originally Posted by Rickyboy30
Please upload it to Pastebin, I dont trust this link because it's an html file.
|
I dont either.
|
Website needs to generate a "virtual" web address in order to display you something before actual file download. If you are scared form *.html files, then I'm sorry but internet is not from you. I don't know how you imagine seeing any website without HTML being used.