hlmod.hu
https://hlmod.hu/

Statisztika Nullázás
https://hlmod.hu/viewtopic.php?f=9&t=17088
Oldal: 2 / 2

Szerző:  dekarn [ 2014.08.21. 22:38 ]
Hozzászólás témája:  Re: Statisztika Nullázás

MeSter írta:
Kód:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2013 ITB CompuPhase, AMX Mod X Team

statisztika.sma(14) : error 017: undefined symbol "name"
statisztika.sma(14) : warning 215: expression has no effect
statisztika.sma(14) : error 001: expected token: ";", but found ")"
statisztika.sma(14) : error 029: invalid expression, assumed zero
statisztika.sma(14) : fatal error 107: too many error messages on one line

Compilation aborted.
4 Errors.
Could not locate output file statisztika.amx (compile failed).


ő leírta :D

Szerző:  Golo [ 2014.08.21. 23:10 ]
Hozzászólás témája:  Re: Statisztika Nullázás

Így már jó
SMA Forráskód: [ Mindet kijelol ]
  1. #include <amxmodx>
  2. #include <fun>
  3. #include <cstrike>
  4. #include <dhudmessage>
  5.  
  6. public plugin_init()
  7. {
  8. register_clcmd("say /rs","ujra")
  9. }
  10.  
  11. public ujra(id)
  12. {
  13. new nev[33]
  14. get_user_name(id, nev, 32)
  15. set_dhudmessage(0, 255, 0, -1.0, 0.86, 2, 6.0, 3.0, 0.1, 1.5 )
  16. show_dhudmessage(id, "%s Nullaztad a statisztikadat", nev)
  17. set_user_frags(id,0)
  18. cs_set_user_deaths(id,0)
  19. }

Szerző:  MeSter [ 2014.08.21. 23:13 ]
Hozzászólás témája:  Re: Statisztika Nullázás

Mát meg csináltam :xicon_e_biggrin: de azért köszönöm mindenkinek

Oldal: 2 / 2 Minden időpont UTC+02:00 időzóna szerinti
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/