Add an object to the server
#1

Hi, i want to put this object (CreateObject(19321, 1594.292236, -1680.642944, 5.890625, 0.000000, 0.000000, 0.000000);//01) in my server but i dont know how can i add the code in the pawn.
Reply
#2

Put it under OnGameModeInit()

ie

public OnGameModeInit() {
CreateObject(19321, 1594.292236, -1680.642944, 5.890625, 0.000000, 0.000000, 0.000000);//01
return 1;
}
Reply
#3

Quote:
Originally Posted by Golden96
Посмотреть сообщение
Put it under OnGameModeInit()

ie

public OnGameModeInit() {
CreateObject(19321, 1594.292236, -1680.642944, 5.890625, 0.000000, 0.000000, 0.000000);//01
return 1;
}
Yes thanks
Reply
#4

delete

already answered, nevermind.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)