Jump to content

R3ter

Members
  • Posts

    12
  • Joined

  • Last visited

R3ter's Achievements

Square

Square (6/54)

0

Reputation

  1. R3ter

    hoster

    is there's a hoster that host my server for free ??
  2. R3ter

    create weapon

    No i mean where can i find the scripte that already in death match mod so i can stop/delete it
  3. R3ter

    create weapon

    where can i find the script that creates weapon on player wasted in death match ??
  4. R3ter

    killer

    edit: works fine, thnx
  5. R3ter

    killer

    can u help me??
  6. R3ter

    killer

    i don't know how is that (triggerClientEvent) and all these stuff work,so i prefer to keep my script in on side but i don't know where should i put (killer), and you'r code is not working..
  7. R3ter

    killer

    addEventHandler("onClientResourceStart", resourceRoot, function() score = guiCreateLabel(584, 244, 104, 42, "+100", false) guiSetFont(score, "sa-header") guiSetVisible(score,false) addEventHandler("onClientPlayerWasted",localPlayer, function (killer) guiSetVisible(score,true) end) end ) how can show this to the killer (it shows to the player who died) its on client-side
  8. R3ter

    dxDrawLine

    dxDrawLine(691, 274, 685, 280, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(673, 290, 667, 296, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(685, 290, 692, 297, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(666, 273, 673, 280, tocolor(255, 255, 255, 255), 1, false) i have made this how can i make it appear for the time that i want?? lets say 4 sec
  9. R3ter

    dxDrawLine

    is there like guiSetVisible to dxDrawLine
  10. R3ter

    help

    thanks but it show to the player who died how can i make it shows to the killer ??
  11. R3ter

    help

    kills=0 function killl( killer ) kills=kills+1 outputChatBox("kills="..kills) end addEventHandler("onClientPlayerWasted",getRootElement(),killl) can anyone tell me why is that is "kills=" shows for everyone ?? (it's on client-side)
×
×
  • Create New...