Roleplay Server Help Please. - 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: Roleplay Server Help Please. (
/showthread.php?tid=295708)
Roleplay Server Help Please. -
DaRkAnGeL[NBK] - 07.11.2011
Hey,
So i gave up on the idea of starting my script from scratch, So i downloaded a base from Jafet_Macario, After i downloaded and looked through and changed and added a few things nothing major just changed a some of the text and i get these errors:
Код:
C:\Users\Admin\Desktop\SAMP\Roleplay\gamemodes\rp.pwn(52) : warning 201: redefinition of constant/macro (symbol "strcpy(%0,%1,%2)")
C:\Users\Admin\Desktop\SAMP\Roleplay\gamemodes\rp.pwn(4325) : error 017: undefined symbol "GetPlayerDistanceFromPoint"
C:\Users\Admin\Desktop\SAMP\Roleplay\gamemodes\rp.pwn(5706) : error 017: undefined symbol "GetPlayerDistanceFromPoint"
C:\Users\Admin\Desktop\SAMP\Roleplay\gamemodes\rp.pwn(5698) : warning 203: symbol is never used: "playerid"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
I havent added anything new yet.
Thanks in advance and yes i know how lazy <3
Re: Roleplay Server Help Please. -
A7X_CEEJAY - 07.11.2011
C:\Users\Admin\Desktop\SAMP\Roleplay\gamemodes\rp. pwn(4325) : error 017: undefined symbol "GetPlayerDistanceFromPoint"
C:\Users\Admin\Desktop\SAMP\Roleplay\gamemodes\rp. pwn(5706) : error 017: undefined symbol "GetPlayerDistanceFromPoint"
Show us them lines. (Copy and paste here what line 4325 contains,a nd what 5706 contains)