Jump to content

Question

Posted

Cine ma poate ajuta si pe mine cu Eroarea aceasta?

Number of vehicle models: 105

EnableTirePopping() function is removed.

Warning: EnableZoneNames() is removed since 0.3

Pickups Max = 100, Current Pickups = 114

2 answers to this question

Recommended Posts

Posted

EnableTirePopping() function is removed.

Scoti EnableTirePopping(); de la OnGameModeInit.

Warning: EnableZoneNames() is removed since 0.3

Scoti EnableZoneNames(); de la OnGameModeInit.

Pickups Max = 100, Current Pickups = 114

Mai scoate din pickupuri sau foloseste un streamer, de preferat Streamer Plugin by Incognito: http://forum.sa-mp.com/showthread.php?t=102865

native CreateDynamicPickup(modelid, type, Float:x, Float:y, Float:z, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
native DestroyDynamicPickup(pickupid);
native IsValidDynamicPickup(pickupid);
native DestroyAllDynamicPickups();
native CountDynamicPickups();

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.