View Single Post
  #7  
Old 06-19-2013, 01:08 AM
defaultaccount defaultaccount is offline
Cassini
Join Date: Feb 2006
Location: HeLLifAX
Posts: 299
defaultaccount is on a distinguished road
I read it but im still having trouble doing it

NPC Code:

function onActionServerSide() {
player.addWeapon(weapon/BMPTier1);
player.removeWeapon(weapon/BMP);
}
//#CLIENTSIDE
function GraalControl.onKeyDown(code, key, scan) {
if (key == "t") {
triggerServer("gui", weapon/bmp, null);



its all in the same script I put the action above my clientside and its still not working ingame
Reply With Quote