Raised This Month: $ Target: $400
 0% 

Non player is out of range?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
proffs
Senior Member
Join Date: Jul 2013
Old 08-17-2014 , 11:01   Re: Non player is out of range?
Reply With Quote #7

Quote:
Originally Posted by baneado View Post
on the mobile..

PHP Code:
public eDeath()
{
   new 
iKiller read_data(1);
   new 
iVictim read_data(2);

   if (
IsPlayer(Killer) && iVictim != iKiller && Tonly[iKiller])
   {
       new 
weapon_id find_ent_by_owner(-1"weapon_*"iKiller);
       if (!
weapon_id) return;

       new 
szKillMSG[3];
       switch (
cs_get_weapon_ammo(weapon_id))
       {
          case 
0: {
              
//formatex....
              
cs_set_weapon_ammo(weapon_id1);
          }
          case 
1: {
             
//formatex...
          
}
          default: return;
       }

        
//hudmessage
   
}

Makes no sense, tells me to return n shitz :S
Ty for helping...
I get few errors still.
proffs is offline
 



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 12:57.


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