Posts: 37
Threads: 11
Joined: Apr 2016
Reputation:
0
Sorry for trouble. I have mapped with Map Construction and now I want to apply it into my server for a test. Yes, I know that map construction already got a feature for us to test but I want to apply it on my server and let see and test. Please teach me. I don't know how to script or anything. So if you can lead me step by step I will be appreciated.
Signed,
Sorry for bad english Ruth
Posts: 378
Threads: 29
Joined: Aug 2015
Reputation:
0
add the createobject code under ongamemodeint
and if you have any removebuildingforplayer add it under onplayerconnect
Posts: 37
Threads: 11
Joined: Apr 2016
Reputation:
0
What do you mean by removebuildingforplayer?
Posts: 563
Threads: 59
Joined: Nov 2015
Reputation:
0
1. Click "Show Code" button on your map construction.
2. Copy the whole code.
3. The CreateObject codes, put them into your script under the callback OnGameModeInit.
4. The RemoveBuildingForPlayer codes, put them into your script under the callback OnPlayerConnect.
5. Re-compile the script.
6. Open the server and try.
Posts: 37
Threads: 11
Joined: Apr 2016
Reputation:
0
Bro, can you show me a picture? I copied the code but I don't understand what you say about the create object codes...I don't know anything about script..that why...I copied the code, opened pawno and I found OnGameModeInit but don't know where to paste it and after paste I don't know what to write