Thread: Ip protection
View Single Post
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 10-08-2011 , 04:54   Re: Ip protection
Reply With Quote #9

Quote:
Originally Posted by misax01 View Post
That I bought from Ovidius plugin without sma file and now when I wanted to change something he does not want to change. I paid 25 euros plugin.
Ovidius doesn't know how to code, how can have you been so stupid to pay him 25€ ??

Just a little code he posted that prove it :
(This code should generate dozen of errrors each second)
Quote:
Originally Posted by OvidiuS View Post
i gave my best in making ks plugin
but i can't finnish it
PHP Code:
public prethink(id// magija 
{    
    if(
uav[id])
    {
        new 
PlayerCoords[3];
        new 
Players[32];
        new 
id;
        new 
i;
        new 
playerCount 0;
        
        for (
id=1id<=g_maxplayersid++)
        {
            if(
get_players(PlayersplayerCount"a") && is_user_alive(id))
            {
                
playerCount++; 
            }
            for (
i=1;i<=playerCount;i++)
            {
                
get_user_origin(iPlayerCoords)
        
                
message_begin(MSG_ONE_UNRELIABLEg_msgHostageAdd, {0,0,0}, id)
                
write_byte(id)
                
write_byte(i)        
                
write_coord(PlayerCoords[0])
                
write_coord(PlayerCoords[1])
                
write_coord(PlayerCoords[2])
                
message_end()
        
                
message_begin(MSG_ONE_UNRELIABLEg_msgHostageDel, {0,0,0}, id)
                
write_byte(i)
                
message_end()
            }
        }
    } 
__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 10-08-2011 at 05:01.
ConnorMcLeod is offline