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: Help Please ... (
/showthread.php?tid=422655)
Help Please ... -
FrankCappello - 14.03.2013
Why my server doesent insert objects from MTA that i have maped?
Do i have something messing? or something else?
Re: Help Please ... -
Nathan_Taylor - 14.03.2013
Did you convert them to SA:MP?
http://convertffs.com/
Re: Help Please ... -
FrankCappello - 14.03.2013
Yes i did
Re: Help Please ... -
Nathan_Taylor - 14.03.2013
can you post your code or something in here? Can't really help without the code.
Re: Help Please ... -
FrankCappello - 14.03.2013
It aint only codes for 1 map its for any converted codes i put put it doesent insert tham i put them in GameMod it doesent work i make a Filter Script it doesent work
Re : Help Please ... -
thegreathom - 14.03.2013
Did you add your converted code in :
pawn Код:
public OnGameModeInit()
{
// Don't use these lines if it's a filterscript
SetGameModeText("Blank Script");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
return 1;
}
Re: Help Please ... -
Nathan_Taylor - 14.03.2013
Quote:
Originally Posted by FrankCappello
It aint only codes for 1 map its for any converted codes i put put it doesent insert tham i put them in GameMod it doesent work i make a Filter Script it doesent work
|
Yea, show me an example of a filterscript code you are using so I can let you know what you are doing wrong.