[Tutorial] How to add objects or Maps
#1

hi all today i will show you how to add object from MTA or SAMP EDITOR To your server

FIRST I WILL START IN SAMP EDITOR WHENE YOU FINSH YOUR MAP SELECT IN SHOW CODES AND THAT CODE YOU
HAVE TO ADD IT IN :
Code:
public OnGameModeInit()
LIKE:
Code:
CreateObject(19431,937.9721670,2332.8820800,15.1062370,0.0000000,0.0000000,90.0000000); //
that you have to add it under
Code:
public OnGameModeInit()
that what you have to do :
Code:
public OnGameModeInit()
{CreateObject(19431,937.9721670,2332.8820800,15.1062370,0.0000000,0.0000000,90.0000000); 
}
2- NOW IF YOU USE MTA WHENE YOU SAVE THE FILE YOU FIND IT AND OPEN IT YOU WILL SEE CODE THAT CODES COPY IT AND GO TOSAMP CONVENTERpaste it and get the codes and take the code and paste it in
Code:
public OnGameModeInit()
look like :
Code:
public OnGameModeInit()
{CreateObject(19431,937.9721670,2332.8820800,15.1062370,0.0000000,0.0000000,90.0000000); 
}
**notes:if you add more that 1000 object you have to use streamer plugins you can download it. and want to set CreateDynamicObject in CreateObject and in samp editoe you can find that whene you selcet show code in MTA you can convert it in SAMP CONVENTER

THX IF I HELP YOU REP ME PLS
Reply


Messages In This Thread
How to add objects or Maps - by MORJAN1122 - 13.12.2013, 18:09
Re: How to add objects or Maps - by Ivan25 - 13.12.2013, 20:41
Re: How to add objects or Maps - by momo123 - 14.12.2013, 05:10
Re: How to add objects or Maps - by DyduShxD - 14.12.2013, 06:50
Re: How to add objects or Maps - by newbie scripter - 14.12.2013, 06:59
AW: How to add objects or Maps - by BigETI - 14.12.2013, 07:24
Re: How to add objects or Maps - by MORJAN1122 - 14.12.2013, 07:29
Re: How to add objects or Maps - by iZN - 14.12.2013, 07:30

Forum Jump:


Users browsing this thread: 1 Guest(s)