SA-MP Forums Archive
Help me with my script - 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: Help me with my script (/showthread.php?tid=588791)



Help me with my script - JXbro - 12.09.2015

Код:
D:\Gta San Andreas\tokimafi\gamemodes\AM.pwn(6908) : error 017: undefined symbol "IsARolePlayName"
D:\Gta San Andreas\tokimafi\gamemodes\AM.pwn(18522) : warning 213: tag mismatch
D:\Gta San Andreas\tokimafi\gamemodes\AM.pwn(20548) : warning 213: tag mismatch
D:\Gta San Andreas\tokimafi\gamemodes\AM.pwn(31442) : warning 204: symbol is assigned a value that is never used: "dRadio"
Pawn compiler 3.2.3664              Copyright © 1997-2006, ITB CompuPhase


1 Error.
Anything asked will be posted, thanks for your time! please help me up with this


Re: Help me with my script - jlalt - 12.09.2015

show the line: 6908

also you can show warning lines too: 18522,20548,31442


Re : Help me with my script - KillerDVX - 12.09.2015

Quote:

undefined symbol "IsARolePlayName"

It explains itself. You didn't define the "IsARolePlayName".

The rest of your errors, would you show your lines ?

- KillerDVX