#1

Код:
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1423) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1434) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1688) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1713) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1733) : error 004: function "SetPlayerCriminal" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1738) : error 004: function "SetPlayerCriminal" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1802) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1806) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1818) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1822) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1826) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1830) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1834) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1838) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1842) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1854) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1858) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1862) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1866) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1870) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1882) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1886) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1890) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1902) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1906) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Zeros\Desktop\SRVR\gamemodes\RG-RP.pwn(1910) : error 004: function "PlayerToPoint" is not implemented
Reply
#2

if your GM compiled recently, then the reason for those errors is obvious: you forgot a closing }
if not, you forgot an include, but then it would print out more errors. so the 1st reason is the 1st choice.
indent your whole script, its a lot easier to find missing braces. for doing that you could download PawnStudio and let the program do that ugly work for you, then save the (indented, maybe fixed?) file again, reopen in your fav. editor - and you can continue scripting.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)