How to add maps - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: How to add maps (
/showthread.php?tid=389526)
----- -
Beckett - 02.11.2012
-----
Re: How to add maps -
Clemonty - 02.11.2012
You should put the "CreateObject" at "OnGameModeInit"
pawn Код:
public OnGameModeInit()
{
// CreateObject file
return 1;
}
Re: How to add maps -
Beckett - 02.11.2012
I'll try
Re: How to add maps -
Beckett - 02.11.2012
Quote:
Originally Posted by Clemonty
You should put the "CreateObject" at "OnGameModeInit"
pawn Код:
public OnGameModeInit() { // CreateObject file
return 1; }
|
Still not working lol.
Re: How to add maps -
Clemonty - 02.11.2012
Can you PM me the object file ? Ill make it for you if you willing
Re: How to add maps -
Beckett - 02.11.2012
------
Re: How to add maps -
Alcatraz Gaming - 02.11.2012
Is it CreateDymanicObject or CreateObject?
Re: How to add maps -
VIP475 - 03.11.2012
If it has removebuilding for player, add it on OnPlayerConnect.