CS2D
Scripts
How Use?
How Use?
1 reply hi
,
hi us , how to use reqdlc to spawnprojectile on the cursor
Sorry I have bad English
DC Admin
Offline
Take a look at the sample script sys\lua\samples\cursors.lua to see how to work with
reqcld and the mouse coordinates.
Basic steps:
Call
reqcld with the right parameters
Use
spawnprojectile (with
parse) in the
clientdata-hook (which will provide the mouse coordinates as parameters)