15.07.2009, 14:27
Playerid is useless to have in that callback because the timer doesn't state which player and it has a loop anyway.
What you should do is have the loop go to MAX_PLAYERS, and check to see if(IsTrailerAttachedToVehicle(GetPlayerVehicleID(p layerid)))
also "Picanumber" isn't being defined on your snippet there.
What you should do is have the loop go to MAX_PLAYERS, and check to see if(IsTrailerAttachedToVehicle(GetPlayerVehicleID(p layerid)))
also "Picanumber" isn't being defined on your snippet there.