Possible creating?
#1

fixed.
Reply
#2

Quote:
Originally Posted by patrickgtr
Посмотреть сообщение
It is possible to do so, you can use CreatePlayerObject and a player variable.
Like GetPlayerPos then create a new;float , then CreateObject however the problem is how to destroy it.
Thanks for the reply.
Reply
#3

PHP код:
new PlayerObject[howmuchisyourobjects][MAX_PLAYERS]; 
then later on your command:
PHP код:
PlayerObject[0][playerid] = Createdynamicobject
later
Код:
DestroyDynamicObject(PlayerObject[0][playerid]);
Reply
#4

Quote:
Originally Posted by jlalt
Посмотреть сообщение
PHP код:
new PlayerObject[howmuchisyourobjects][MAX_PLAYERS]; 
then later on your command:
PHP код:
PlayerObject[0][playerid] = Createdynamicobject
later
Код:
DestroyDynamicObject(PlayerObject[0][playerid]);
will try , thank you!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)