HELP [MAP] - 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 [MAP] (
/showthread.php?tid=537881)
HELP [MAP] -
fahlevy - 18.09.2014
i confused with all the pawno code, where i must put the code ?? where i must put code for
RemoveBuildingForPlayer and
CreateObject 
please help me..
when i complied. like this ?
Код:
D:\FahLevY\PROJECT SERVER GUE !!!\Server Jadi!\Real War\pawno\warX.pwn(683) : error 017: undefined symbol "playerid"
D:\FahLevY\PROJECT SERVER GUE !!!\Server Jadi!\Real War\pawno\warX.pwn(684) : error 017: undefined symbol "playerid"
D:\FahLevY\PROJECT SERVER GUE !!!\Server Jadi!\Real War\pawno\warX.pwn(685) : error 017: undefined symbol "playerid"
D:\FahLevY\PROJECT SERVER GUE !!!\Server Jadi!\Real War\pawno\warX.pwn(686) : error 017: undefined symbol "playerid"
D:\FahLevY\PROJECT SERVER GUE !!!\Server Jadi!\Real War\pawno\warX.pwn(687) : error 017: undefined symbol "playerid"
D:\FahLevY\PROJECT SERVER GUE !!!\Server Jadi!\Real War\pawno\warX.pwn(688) : error 017: undefined symbol "playerid"
D:\FahLevY\PROJECT SERVER GUE !!!\Server Jadi!\Real War\pawno\warX.pwn(689) : error 017: undefined symbol "playerid"
D:\FahLevY\PROJECT SERVER GUE !!!\Server Jadi!\Real War\pawno\warX.pwn(690) : error 017: undefined symbol "playerid"
D:\FahLevY\PROJECT SERVER GUE !!!\Server Jadi!\Real War\pawno\warX.pwn(691) : error 017: undefined symbol "playerid"
D:\FahLevY\PROJECT SERVER GUE !!!\Server Jadi!\Real War\pawno\warX.pwn(692) : error 017: undefined symbol "playerid"
D:\FahLevY\PROJECT SERVER GUE !!!\Server Jadi!\Real War\pawno\warX.pwn(693) : error 017: undefined symbol "playerid"
D:\FahLevY\PROJECT SERVER GUE !!!\Server Jadi!\Real War\pawno\warX.pwn(694) : error 017: undefined symbol "playerid"
D:\FahLevY\PROJECT SERVER GUE !!!\Server Jadi!\Real War\pawno\warX.pwn(695) : error 017: undefined symbol "playerid"
D:\FahLevY\PROJECT SERVER GUE !!!\Server Jadi!\Real War\pawno\warX.pwn(696) : error 017: undefined symbol "playerid"
D:\FahLevY\PROJECT SERVER GUE !!!\Server Jadi!\Real War\pawno\warX.pwn(697) : error 017: undefined symbol "playerid"
D:\FahLevY\PROJECT SERVER GUE !!!\Server Jadi!\Real War\pawno\warX.pwn(698) : error 017: undefined symbol "playerid"
D:\FahLevY\PROJECT SERVER GUE !!!\Server Jadi!\Real War\pawno\warX.pwn(699) : error 017: undefined symbol "playerid"
D:\FahLevY\PROJECT SERVER GUE !!!\Server Jadi!\Real War\pawno\warX.pwn(700) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
18 Errors.
Re: HELP [MAP] -
Eth - 18.09.2014
put removebuildingforplayer on player connect not ongamemodeinit
Re: HELP [MAP] -
KayJ - 18.09.2014
Are we meant to guess your code?
Re: HELP [MAP] -
Beckett - 18.09.2014
RemoveBuildingForPlayer goes under OnPlayerConnect.
CreateObject goes under OnGameModeInit()
Quote:
Originally Posted by SturtIndia
Are we meant to guess your code?
|
Yes, in this case you are able to guess his code, so instead of acting butthurt, help him.
Re: HELP [MAP] -
fahlevy - 18.09.2014
Quote:
Originally Posted by SturtIndia
Are we meant to guess your code?
|
no, i mean where i must put the code

i confused man??
Re: HELP [MAP] -
Eth - 18.09.2014
put removebuildingforplayer on player connect not ongamemodeinit
put Createobject ongamemodeinit
Re: HELP [MAP] -
fahlevy - 18.09.2014
Quote:
Originally Posted by Eth
put removebuildingforplayer on player connect not ongamemodeinit
|
thank you man, its worked

,but when i see ,there's same object in one place?? how i remove one of them??
Re: HELP [MAP] -
Eth - 18.09.2014
well some objects have 2 remove building for player, one Is the solid part and the other one is the texture one, so try to click on the object and delete it 2 times in a row
Re: HELP [MAP] -
fahlevy - 18.09.2014
its still doesn't work ??
Re: HELP [MAP] -
Eth - 18.09.2014
Can you tell me which object you are trying to move?