Map objects
#1

Hey guys, i am about to release this great map but i have one problem.. Two objects from original map don't want to remove/destroy! Here is my error:
Код:
E:\Desktop\SA-MP\Golden2\GOLDEN~SATDM V10.0-windows\filterscripts\adminhouse.pwn(339) : error 017: undefined symbol "RemoveBuildingForPlayer"
E:\Desktop\SA-MP\Golden2\GOLDEN~SATDM V10.0-windows\filterscripts\adminhouse.pwn(340) : error 017: undefined symbol "RemoveBuildingForPlayer"
And this is Remove object:
Код:
RemoveBuildingForPlayer(playerid, 11372, -2076.4375, -107.9297, 36.9688, 0.25);
RemoveBuildingForPlayer(playerid, 11014, -2076.4375, -107.9297, 36.9688, 0.25);
What did i do wrong? Oh and btw, I included a_samp and streamer includes.. does anything else needs to be included?
Thanks
Reply
#2

make sure that you downloaded the last server pack:
http://sa-mp.com/download.php
Reply
#3

Quote:
Originally Posted by Eth
Посмотреть сообщение
make sure that you downloaded the last server pack:
http://sa-mp.com/download.php
The home page actually isn't updated - it links to the original 0.3z version - the latest is R4 for the server.
http://files.sa-mp.com
Reply
#4

Quote:
Originally Posted by Eth
Посмотреть сообщение
make sure that you downloaded the last server pack:
http://sa-mp.com/download.php
Quote:
Originally Posted by rymax99
Посмотреть сообщение
The home page actually isn't updated - it links to the original 0.3z version - the latest is R4 for the server.
http://files.sa-mp.com
Yeah well you just said to me to download new server. I don't need new server, i am using my own! I have problem with compiling! My fs won't compile at all!
Reply
#5

dude just download the last server pack, then open the new server pack include then copy the a_samp.inc and put it in your server includes!!!!
Reply
#6

Quote:
Originally Posted by Eth
Посмотреть сообщение
dude just download the last server pack, then open the new server pack include then copy the a_samp.inc and put it in your server includes!!!!
Ok, sorry for misunderstanding.. But now i get this error:
Код:
E:\Desktop\SA-MP\New folder\gamemodes\SATDMv9.pwn(6564) : error 017: undefined symbol "playerid"
E:\Desktop\SA-MP\New folder\gamemodes\SATDMv9.pwn(6565) : error 017: undefined symbol "playerid"
Reply
#7

Quote:
Originally Posted by Ralfie
Посмотреть сообщение
Add these somewhere where playerid is defined,

Код:
RemoveBuildingForPlayer(playerid, 11372, -2076.4375, -107.9297, 36.9688, 0.25);
RemoveBuildingForPlayer(playerid, 11014, -2076.4375, -107.9297, 36.9688, 0.25);
i.e; Under OnPlayerConnect(playerid)
Worked.. Thanks everybody.. and sorry but i can't give you +rep.. not enough post :/
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)