Virtual World
#6

Quote:
Originally Posted by Conroy
Посмотреть сообщение
^ That makes no sense....

If the virtual world of a player doesnt equal the virtual world of the same player, return 0? WTF?

Time for you to go back to scripting basics

pawn Код:
public OnPlayerText(playerid, text[])
{
    for(new i; i < MAX_PLAYERS; i++)
    {
        if(GetPlayerVirtualWorld(i) == GetPlayerVirtualWorld(playerid))
        {
            SendClientMessage(i, COLOR_WHITE, text);
        }
    }
    return 0;
}
I just woke up, no need to rage immediately
Reply


Messages In This Thread
Virtual World - by Jack- - 13.07.2011, 15:10
Re: Virtual World - by farris - 13.07.2011, 15:23
Re: Virtual World - by Wesley221 - 13.07.2011, 15:25
Re: Virtual World - by Conroy - 13.07.2011, 15:30
Re: Virtual World - by farris - 13.07.2011, 15:31
Re: Virtual World - by Wesley221 - 13.07.2011, 15:34

Forum Jump:


Users browsing this thread: 5 Guest(s)