Code Chat
#1

In this thread you can chat with others on any topic using code.
He you can also post funny piece of sh*it,sorry no,i mean funny piece of code

Code:
#include <a_samp>

#define MAX_MEMBERS 282910

//I got Coordinates from > Here <
new Float:USA_N = 37.0902;
new Float:USA_W = 95.7129;

new Float:x, Float:y, Float:z

stock IsMemberAlive(memberid)
{
    if(BreathRate(memberid) >= 1)
    {
        return 1;
    }
    else return 0;
}

for(new i = 0; i < MAX_MEMBERS; i++)
{
    if(IsMemberAlive(i))
    {
        GetMemberPos(i, n, w);

        if(n == USA_N && w == USA_W || strfind(Location, "USA"))
        {
            SendClientMessage(i, 0xFFFFFFFF, "Hello USA Members!");
        }
    }
}
Reply


Messages In This Thread
Code Chat - by BoneBreaker - 25.07.2016, 21:26
Re: Code Chat - by Inn0cent - 25.07.2016, 21:31
Re: Code Chat - by Luicy. - 25.07.2016, 21:32
Re: Code Chat - by R0LL3R - 25.07.2016, 21:39
Re: Code Chat - by Nicow - 25.07.2016, 21:42
Re: Code Chat - by Luicy. - 25.07.2016, 22:10
Re: Code Chat - by BlackBank - 25.07.2016, 22:20
Re: Code Chat - by Luis- - 25.07.2016, 23:44
Re: Code Chat - by Kapersky™ - 26.07.2016, 08:05
Re: Code Chat - by XBrianX - 26.07.2016, 08:20
Re: Code Chat - by K0P - 26.07.2016, 10:18

Forum Jump:


Users browsing this thread: 1 Guest(s)