SA-MP Forums Archive
stats - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: stats (/showthread.php?tid=351742)



stats - Stereotype - 17.06.2012

Quote:

C:\Documents and Settings\Admin\Desktop\RP\BNRP\gamemodes\BeotelRP. pwn(5987) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Admin\Desktop\RP\BNRP\gamemodes\BeotelRP. pwn(598 : error 017: undefined symbol "pti"
C:\Documents and Settings\Admin\Desktop\RP\BNRP\gamemodes\BeotelRP. pwn(5989) : error 017: undefined symbol "me"
C:\Documents and Settings\Admin\Desktop\RP\BNRP\gamemodes\BeotelRP. pwn(5989) : error 029: invalid expression, assumed zero

LINE :
pawn Код:
format(coordsstring2, sizeof(coordsstring2),"-----------------------{e5a43d}[Novcano Stanje]{ffffff}---------------------\n{d2eb59}Dzep:{59ebd0}[$%d]\n{d2eb59}Banka:{59ebd0}[$%d]\n{d2eb59}Broj:{59ebd0}[%d]",cash,account,pnumber);
        format(coordsstring3, sizeof(coordsstring3),"-----------------------{e5a43d}[Osnovni Podatci]{ffffff}-----------------------\n{d2eb59}Level:{59ebd0}[%d]\n{d2eb59}Respect Poeni:{59ebd0}[%d] / [%d]\n{d2eb59}Spol:{59ebd0}[%d/%d]\n{d2eb59}Godine:{59ebd0}[%d]\n{d2eb59}Drzava:{59ebd0}[%d]\n{d2eb59}SpawnHelt:{59ebd0}[%d]\n{d2eb59}Sati igranja:{59ebd0}[%d]\n{d2eb59}Lotto Broj:{59ebd0}[%d]\n{d2eb59}Donate Rank:{59ebd0}[%d]\n{d2eb59}Ozenjen sa:{59ebd0}[%d]",level,exp,expamount,atext,age,otext,shealth+50,ptime,lotto,drank,married);
        format(coordsstring4, sizeof(coordsstring4),"-----------------------{e5a43d}[Licna Karta]{ffffff}-----------------------\n{d2eb59}Posao:{59ebd0}[%s]\n{d2eb59}Organizacija:{59ebd0}[%s]\n{d2eb59}Rank:{59ebd0}[%s]\n{d2eb59}Porodica:{59ebd0}[%s]\n{d2eb59}Bolest:{59ebd0}[%s]",jtext,ttext,rtext,f2text,dtext);
        format(coordsstring5, sizeof(coordsstring5),"-----------------------{e5a43d}[Dosije]{ffffff}----------------------\n{d2eb59}Ubistava:{59ebd0}[%d]\n{d2eb59}Pocinjenih zlocina:{59ebd0}[%d]\n{d2eb59}Hapsen puta:{59ebd0}[%d]\n{d2eb59}Smrti:{59ebd0}[%d]\n{d2eb59}Droga:{59ebd0}[%d]\n{d2eb59}Materijali:{59ebd0}[%d]",kills,crimes,arrests,deaths,drugs,mats);
WTF


Re: stats - .FuneraL. - 17.06.2012

pawn Код:
C:\Documents and Settings\Admin\Desktop\RP\BNRP\gamemodes\BeotelRP. pwn(5987) : error 075: input line too long (after substitutions) // Line very long, substitutions in line
C:\Documents and Settings\Admin\Desktop\RP\BNRP\gamemodes\BeotelRP. pwn(598 : error 017: undefined symbol "pti" // Undefined symbol, define in top of mode
C:\Documents and Settings\Admin\Desktop\RP\BNRP\gamemodes\BeotelRP. pwn(5989) : error 017: undefined symbol "me" // Undefined symbol, define in top of mode
C:\Documents and Settings\Admin\Desktop\RP\BNRP\gamemodes\BeotelRP. pwn(5989) : error 029: invalid expression, assumed zero // Expression = 0, define one value for expression
Comments in code.


Re: stats - Stereotype - 17.06.2012

Man where you se "pti" or "me" that i sould define


Re: stats - Stereotype - 17.06.2012

help . my pawn get's crazy ? :O


Re: stats - Audi_Quattrix - 17.06.2012

pti+me =pTime All i can think it could be xD


Re: stats - Stereotype - 17.06.2012

look up , its ptime, but everything is normal wtf means this error?