pickup test horseshoe
#2

You are creating 1000 pickup in same location for all players
Use streamer so you can create 1 pickup for each player
Код:
CreateDynamicPickup(modelid, type, Float:x, Float:y, Float:z, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
PHP код:
for(new iMAX_PLAYERS; ++i)
    {
        
HorseShoe[i] = CreateDynamicPickup(9542985.03772562.639911.050700i);
    } 
Also you need to destroy the pickup after its picked
Reply


Messages In This Thread
pickup test horseshoe - by Mobtiesgangsa - 31.08.2018, 16:42
Re: pickup test horseshoe - by Shinja - 31.08.2018, 17:06

Forum Jump:


Users browsing this thread: 1 Guest(s)