A Little Help with my scripting :P
#2

Код:
public OnPlayerSpawn(playerid)
{
if(IsPlayerVipMember(playerid))
{
if(IsPlayerConnected(playerid))
{

new sendername[MAX_PLAYER_NAME];
new string[128];
format(string, sizeof(string), "VIP Member %s (Id:%d) has just joined the server", sendername);
SendClientMessageToAll(0xFFFF00AA, string);
That code is not fully finished, theres more to getting the IP than what you have supplied
Reply


Messages In This Thread
A Little Help with my scripting :P - by fie - 25.07.2011, 18:25
Re: A Little Help with my scripting :P - by Shockey HD - 25.07.2011, 18:28
Re: A Little Help with my scripting :P - by Libra_PL - 25.07.2011, 18:38
Re: A Little Help with my scripting :P - by PrawkC - 25.07.2011, 18:41

Forum Jump:


Users browsing this thread: 2 Guest(s)