Jump to content

Question

Posted

salut am un server hostat pe linux si am pus streamer.so

obiectele apar dar nu apar pick-upurile

am pus pick-upurile in genul asta:

	CreateDynamicPickup(1239, 23, 918.2713, -1252.1028, 16.2109, -1, -1, -1, 200.0);

am gresit ceva?

3 answers to this question

Recommended Posts

Posted

Asa este definit in streamer...

CreateDynamicPickup( modelid, type, Float:x, Float:y, Float:z, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0 );
incearca sa pui acolo la al tau asa:
CreateDynamicPickup(1239, 23, 918.2713, -1252.1028, 16.2109, 0, -1, -1, 200.0);

si vezi daca merge...

EDIT: al 800-lea meu post :D

Fara reclama in semnatura!

Posted

Ia incerca decat:

CreateDynamicPickup(1239, 23, 918.2713, -1252.1028, 16.2109);

Daca face cum ai zis tu, face exact cum a facut el, nu teai uitat la native?...


Incearca asa:

CreateDynamicPickup(1239, 23, 918.2713, -1252.1028, 16.2109, 0, 0, -1, 200.0);

142sj0l.png

Underground-GFX

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.