MAPPING
#1

How to fix this Please.?





Reply
#2

Can you please copy the errors and post here not in screens ? I can't see the rest of errors
Reply
#3

C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(35) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(36) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(37) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(3 : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(39) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(40) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(41) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(42) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(43) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(44) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(45) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(46) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(47) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(4 : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(49) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(50) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(51) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(52) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(53) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(54) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(55) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(56) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(57) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(5 : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(59) : error 017: undefined symbol "playerid"
C:\Documents and Settings\user\Desktop\PR-RP\Horizon Roleplay\filterscripts\MAP.pwn(60) : error 017: undefined symbol "playerid"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


26 Errors.
Reply
#4

Ok here...

Make a RemoveBuildingForPlayer(playerid,...); to public OnPlayerConnect(playerid)
Reply
#5

Just put it under
pawn Код:
public OnPlayerConnect(playerid)
?
Reply
#6

Reply
#7

are you see my post
pawn Код:
public OnPlayerConnect(playerid)
{
    RemoveBuildingForPlayer(playerid,...);
    RemoveBuildingForPlayer(playerid,...);
    ....
    return 1;
}
Reply
#8

RemoveBuildingForPlayer - Should go Under "OnPlayerConnect"
CreateObject or CreateDynamicObject - Should go Under "OnGamemodeInit"

I ask though, Are you using the updated SA-MP server package? with all the updated pawno icludes and such? If not, download it here : http://files.sa-mp.com/samp03x_svr_R1-2_win32.zip
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)