Car = {}
function create(p)
pos = {getElementPosition(p)}
if isElement(Car[p]) then destroyElement(Car[p]) end
Car[p] = createVehicle(411,pos[1]+2 ,pos[2] ,pos[3])
outputChatBox(' تم الحصول علي سيارة ',p ,0,255,0)
end
addCommandHandler('nob',create)
ملف سيرفر