17.08.2018, 19:19
Is the exactly thing im doing:
I tried already in that way, doesn't work if i put LoadName in a different stock.
As u can see, in StartTruckerJob stock name works correctly, but when the player finished the deliver, doesn't work.
pawn Код:
enum TruckerJobLocations
{
ID,
LoadName[128],
Float:LoadX,
Float:LoadY,
Float:LoadZ,
Float:UnloadX,
Float:UnloadY,
Float:UnloadZ,
Pay
}
As u can see, in StartTruckerJob stock name works correctly, but when the player finished the deliver, doesn't work.