28.01.2014, 10:54
Sorry Jay_
KyleSmith: That don't work, i don't see the pickup..
PS: What it's the "degrees", where this variable is declared ?
Thanks
KyleSmith: That don't work, i don't see the pickup..
pawn Код:
new Float:x, Float:y, Float:z;
for(new ii = 1; ii <= TOTAL_VEHICULES; ii++)
{
GetCenterOfTrunk(ii, x, y, z);
CreatePickup(1239, 0, x, y, z, -1);
}
Thanks