View Single Post
RULEEwasdsa
Junior Member
Join Date: Dec 2008
Old 12-19-2008 , 22:55   Re: Shows weapons from every player when it shouldnt
Reply With Quote #6

like this ?
Code:
public show_msg(id){
    ClearSyncHud(id, HUDSYNC)
    set_hudmessage(0, 255, 0, 0.95, 0.0, 0, 6.0, 12.0)
    ShowSyncHudMsg(id, HUDSYNC, "%s", wpname)
    
}
if this is the correct code, it doesnt work :S
RULEEwasdsa is offline