SA-MP Forums Archive
MOD PLEASE LOCK - 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: MOD PLEASE LOCK (/showthread.php?tid=111310)



MOD PLEASE LOCK - [SW]thekillaer - 01.12.2009

Uberstunt.pwn(717) : warning 219: local variable "str" shadows a variable at a preceding level

this is one of the str and heres the other
Код:
new str[128],
	PlayerName[128];
this ones at the top of my script ^

and this ones in this
Код:
public Coundown(num)
{
   new str[2];

   if (num)
   {
how do i make it so both work?


EDIT NEVERMIND FIGURED OUT MOD PLEASE LOCK