SA-MP Forums Archive
"name" how to fix it? - 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: "name" how to fix it? (/showthread.php?tid=482712)



"name" how to fix it? - Acres - 22.12.2013

the code what gives me an error
Код:
C:\Users\Erik\Desktop\World of Stunting by Acres\gamemodes\WoS.pwn(347) : error 021: symbol already defined: "name"
the 347:
Код:
new name[MAX_PLAYER_NAME], file[256];



Re: "name" how to fix it? - Konstantinos - 22.12.2013

You've already defined name. Use another name for it.


Re: "name" how to fix it? - ScRipTeRi - 22.12.2013

you got name in 2 time try to delete one

EDIT: To late