How to add Map in Czcnr GM by Shourya. - 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: How to add Map in Czcnr GM by Shourya. (
/showthread.php?tid=653509)
How to add Map in Czcnr GM by Shourya. -
Hassyy - 06.05.2018
Hello, I want to know how can i add maps in CZcnr script. and there's a FS name Shouryamaps and i want to add my map in this FS so how can i add? Help me please. Thanku
Re: How to add Map in Czcnr GM by Shourya. -
SeanDenZYR - 06.05.2018
Hello Hassyy,
m
mapping additions isn't per-gamemode, just to let you know, but to add
ANY maps to
ANY GM, just open the gamemode file ( CnR1.pwn specifically in CzCnR ) Press CTRL + F, and type in "OnGamemodeInit", when you're there, add the mappings under that native. Use this as a guide:
PHP код:
public OnGamemodeInit()
{
CreateObject(...);
CreateObject(...);
CreateObject(...);
return 1;
}