maping issue - 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: maping issue (
/showthread.php?tid=640353)
maping issue -
guguuu - 01.09.2017
anyone here who knows how to add maps in czcnr script. i tried but i am not able to add them
Re: maping issue -
DeStRoY232 - 01.09.2017
add CreateObject or CreateDynamicObject in OnGameModeInIt or add it via filterscript like :
PHP код:
#define FILTERSCRIPT
#include <a_samp>
#include <streamer>
public OnFilterScriptInit()
{
CreateObject(objectid, X, Y, Z, rX, rY, rZ);
return 1;
}
public OnFilterScriptExit()
{
return 1;
}
oh czcnr there will be filterscript named (Shouryamaps.pwn) put your codes there and compile it and run it