Raised This Month: $51 Target: $400
 12% 

[ES] Obtener info a quien specteo


  
 
 
Thread Tools Display Modes
Author Message
shinoda
Spanish Moderator
Join Date: Nov 2009
Location: ag_crossfire
Old 08-09-2010 , 23:00   [ES] Obtener info a quien specteo
#1

Algo asi:

ShowSyncHudMsg(index, HudSync, "Estas specteando ha: %s", szNameSpec)
__________________
Oh hell no this shit is awesome !!!
shinoda is offline
Send a message via MSN to shinoda Send a message via Skype™ to shinoda
gladius
Veteran Member
Join Date: Jul 2008
Location: Santiago, Chile
Old 08-09-2010 , 23:07   Re: [ES] Obtener info a quien specteo
#2

specinfo
__________________
Proyects
Kreedz Chile Mod [100%] (Fixing some details).

gladius is offline
Send a message via MSN to gladius Send a message via Skype™ to gladius
Alucard^
AMXX Moderator: Others
Join Date: Sep 2007
Location: Street
Old 08-09-2010 , 23:28   Re: [ES] Obtener info a quien specteo
#3

Fijate si te sirve este stock para ver de que forma se obtiene eso...

Code:
// Devuelve 1 si "player" es specteado por "spectator" stock IsSpectating(spectator, player) {     if(!is_valid_ent(spectator) || !is_valid_ent(player) )         return 0;     if(!is_user_connected(spectator) || !is_user_connected(player) )         return 0;     if(is_user_alive(spectator) || !is_user_alive(player) )         return 0;     if(entity_get_int(spectator, EV_INT_deadflag) != DEAD_DEAD)         return 0;         static specmode;     specmode = entity_get_int(spectator, EV_INT_iuser1);         if(!(specmode == 1 || specmode == 2 || specmode == 4) )         return 0;         if(entity_get_int(spectator, EV_INT_iuser2) == player)         return 1;         return 0; }
__________________
Approved Plugins - Steam Profile

Public non-terminated projects:
All Admins Menu, HLTV parameters, Subnick,
Second Password (cool style), InfoZone,
Binary C4 plant/defuse, and more...

Private projects:
NoSpec (+menu), NV Surf Management,
PM Adanved System, KZ longjump2, and more...
Alucard^ is offline
Send a message via Skype™ to Alucard^
shinoda
Spanish Moderator
Join Date: Nov 2009
Location: ag_crossfire
Old 08-10-2010 , 01:43   Re: [ES] Obtener info a quien specteo
#4

Gracias, revise el specinfo y el stock de alucard^ y me di cuenta que solo necesitaba info sobre esto:
  • iuser1 // Modos de camara
  • iuser2 // id del player specteado
Solucionado, pero alguien podria dar una descripcion de los demas iuser ???
__________________
Oh hell no this shit is awesome !!!
shinoda is offline
Send a message via MSN to shinoda Send a message via Skype™ to shinoda
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:35.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode