Software:Universal Client
Version Number:current
________________________________________________________________________
Location
zoric
________________________________________________________________________
Description:
have a script set up to repair your vehicle.
*repair %player%
it seems to cause the client to illeagle operation.
________________________________________________________________________
Steps to Replicate:
script bug - crash when using *repair command
Event("Useitem", "Repair Pack")
{
*msg %player% Inspecting your vehicle.
Sleep (20)
*msg %player% Repairs will take 30 secs
*msg %player% you will be unable to fire weaps while repairing
*msg %player% Beginning repairs on your vehicle
*gagweapons %player%
sleep (100)
*msg %player% ...repairing...
sleep (100)
*msg %player% ...repairing...
sleep (100)
*repair %player%
*gagweapons %player%
*msg %player% ...repairs complete.
}
works up until it hits the *repair command. at that time the client just illegal operations.
the *repair command works fine when typed via the client.
client also crashes when the *repair command is used via the server console to repair somebody.
{
*msg %player% Inspecting your vehicle.
Sleep (20)
*msg %player% Repairs will take 30 secs
*msg %player% you will be unable to fire weaps while repairing
*msg %player% Beginning repairs on your vehicle
*gagweapons %player%
sleep (100)
*msg %player% ...repairing...
sleep (100)
*msg %player% ...repairing...
sleep (100)
*repair %player%
*gagweapons %player%
*msg %player% ...repairs complete.
}
works up until it hits the *repair command. at that time the client just illegal operations.
the *repair command works fine when typed via the client.
client also crashes when the *repair command is used via the server console to repair somebody.