Gm compiling
#1

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
Reply
#2

Please upload it to Pastebin, I dont trust this link because it's an html file.
Reply
#3

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
Reply
#4

Quote:
Originally Posted by Rickyboy30
Please upload it to Pastebin, I dont trust this link because it's an html file.
I lol'ed.
Reply
#5

Код:
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;
Reply
#6

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.
Reply
#7

Quote:
Originally Posted by Rickyboy30
Please upload it to Pastebin, I dont trust this link because it's an html file.
I dont either.
Reply
#8

ok here is the pastebin link http://pastebin.com/m359bcd8c
Reply
#9

please help
Reply
#10

@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.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)