Multiply Object
#1

Hello Guys I Have Question Because i dont know how to :P
if i want to create multiply object like
pawn Код:
new obj = Createobject........ ,
Createobject...............,
Createobject...............,
Createobject...............,
Createobject...............,
And obj is All Object like examples : when i type /up all obj will create together all how can i do this ? Sorry For my bad english lol Thx Guys ! ^_^
Reply
#2

You can define few objects as one name.
But you may use
pawn Код:
new obj[5];
obj[0] = CreateObject...
obj[1] = CreateObject...
And so on.

For the command, you will have to make each object move individually.
Reply
#3

thank you very much ^_^
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)