Posts: 41
Threads: 14
Joined: Aug 2012
Reputation:
0
Anyone help how to put MTA Maping to SAMP Gamemode?
Posts: 41
Threads: 14
Joined: Aug 2012
Reputation:
0
I scroll down on gamemode and type this:
public OnGameModeInIt()
"{
CreateDynamicObject(CreateObjet sh*t here);
//Rest of it here etc. I hope you get the point
return 1;
}"
But it's not working
Posts: 415
Threads: 51
Joined: Oct 2007
Reputation:
0
you can only have 1 of each callback ... and the server can't start only with objects....
Posts: 41
Threads: 14
Joined: Aug 2012
Reputation:
0
But how I can put maping on my server!? Can you give me script and some info.