04.02.2016, 14:16
Quote:
Go on these coords = 0,0,0 and it should work
![]() For one plant per player do something like this, but GLOBAL Код HTML:
new Float:Weedx[MAX_PLAYERS], Float:Weedy[MAX_PLAYERS], Float:Weedz[MAX_PLAYERS]; Код HTML:
#define MAX_PLANTS 5 new Float:Weedx[MAX_PLAYERS][MAX_PLANTS], Float:Weedy[MAX_PLAYERS][MAX_PLANTS], Float:Weedz[MAX_PLAYERS][MAX_PLANTS]; |
Edit: Are you sure your positions are fine? The object might be underground.