07.05.2011, 02:44
This is really good. But, i want to learn how to make SA-MP functions happen from my include... ex.
if(IsPlayerconnected(playerid)
{
print("Player is connected");
}
else
{
print("Player is NOT connected");
}
or something like that... how do i do that?
if(IsPlayerconnected(playerid)
{
print("Player is connected");
}
else
{
print("Player is NOT connected");
}
or something like that... how do i do that?