SA-MP Forums Archive
[ Problem ] error 21. - 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: [ Problem ] error 21. (/showthread.php?tid=441747)



[ Problem ] error 21. - RazSofer - 04.06.2013

Quote:

error 021: symbol already defined: "GetPlayerName"

The Problem Is That He Doesn't Define In The PWN File


Re: [ Problem ] error 21. - SimpalK - 04.06.2013

Remove GetPlayerName define from the script.
Its already defined.


Re: [ Problem ] error 21. - Stefand - 04.06.2013

Search in your include file if one of them defined that, else rename yours.


Re: [ Problem ] error 21. - RazSofer - 04.06.2013

Not exsiste in the includes, And not in the script.
I Will try to rename it and i gonna edit


Re: [ Problem ] error 21. - IceBilizard - 04.06.2013

i think you defined GetPlayerName as stock in script find it and remove


Re: [ Problem ] error 21. - RazSofer - 04.06.2013

Quote:
Originally Posted by SimpalK
Посмотреть сообщение
Remove GetPlayerName define from the script.
Its already defined.
Quote:
Originally Posted by Stefand
Посмотреть сообщение
Search in your include file if one of them defined that, else rename yours.
Quote:
Originally Posted by IceBilizard
Посмотреть сообщение
i think you defined GetPlayerName as stock in script find it and remove
Quote:
Originally Posted by ivann0939
Посмотреть сообщение
Remove GetPlayerName Bro. define from the script.
Its already defined.
__________________________________________________ ___
Extream Generation Roleplay

IP: 192.168.2.2:7777
TeamSpeak:Soon!
Forum:http://exgroleplay.createaforum.com/
Owner is :Christian Ivann

If you wish to be Admin or Leader in Faction use /report or Apply on Forum!

Refund info
If you want to Refund Just type /report for a 500k,VIP-Platinuim,Car

Server Available Time
UTC/GMT +8 hours. 9:00 AM - 10:PM
Thats a Philippines Time!
Alrady delete it man, it just dont work, this is the line of the GetPlayerName:
GetPlayerName(playerid,PlayerName,24);
When I Delete it i got a Warning:
C:\Users\Raz\Desktop\AppsSystem.pwn(96) : warning 203: symbol is never used: "PlayerName"