Thx
edited 1×, last 14.03.11 05:16:12 pm
addhook( "buildattempt", "buildneutral")
function buildneutral( id, t, x, y)
parse( 'spawnobject '.. t ..' '.. x ..' '.. y ..' '.. player( id, "rot") ..' 0 0 '.. id)
return 1
end
addhook( "buildattempt", "buildneutral")
function buildneutral( id, t, x, y)
parse( 'spawnobject '.. t ..' '.. x ..' '.. y ..' '.. player( id, "rot") ..' 0 3 '.. id)
return 1
end