Hallo liebe Scripter,
Ich möchte dass objecte nur in einer bestimmten Virtuellen Welt sichtbar sind... Geht das irgendwie? Hilfe?
Danke
Hallo liebe Scripter,
Ich möchte dass objecte nur in einer bestimmten Virtuellen Welt sichtbar sind... Geht das irgendwie? Hilfe?
Danke
CreatePlayerObject()
Leichter ist es mit dem Streamer Plugin, da musst du nicht ständig prüfen ob der Spieler noch in der Virtual World ist.
http://forum.sa-mp.com/showthread.php?t=102865
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, Float:drawdistance = 0.0);
Beispiel:
CreateDynamicObject(1337,123.45, 456.78, 11.11, 0.0, 0.0, 180.0, 5555); //VW = 5555
Danke Jeffry