SA-MP Forums Archive
How do i define this?? HELP - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How do i define this?? HELP (/showthread.php?tid=133300)



How do i define this?? HELP - Arsham7 - 11.03.2010

ok i want to know how i can define " (reason) " because im getting the following error:


Код:
C:\DOCUME~1\HP_ADM~1\Desktop\GWSCRI~1\GAMEMO~1\GangWars.pwn(662) : error 017: undefined symbol "reason"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.



Re: How do i define this?? HELP - ihatetn931 - 11.03.2010

new reason [what it does];


Re: How do i define this?? HELP - shady91 - 11.03.2010

pawn Код:
new reson[128/*set your string size*/];
as its most likely a string.


Re: How do i define this?? HELP - adsy - 11.03.2010

Quote:
Originally Posted by Shady91
pawn Код:
new reson[128/*set your string size*/];
as its most likely a string.
spelt with an a


Re: How do i define this?? HELP - shady91 - 11.03.2010

Quote:
Originally Posted by adsy
Quote:
Originally Posted by Shady91
pawn Код:
new reson[128/*set your string size*/];
as its most likely a string.
spelt with an a
my bad was typing to fast.


Re: How do i define this?? HELP - Arsham7 - 11.03.2010

alright thanks guys