Unwanted Message Showing
#3

Quote:
Originally Posted by JeNkStAX
Return 1 after every teleport to a house
Do I have to put:

pawn Code:
new PlayerName[MAX_PLAYER_NAME];
        GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
    if(strcmp(PlayerName, "[SAP]Sidhu", true) == 0)
        {
            SetPlayerPos(playerid,1256.8922,-785.2639,92.0302);
            SetPlayerFacingAngle(playerid,268.8916);
            SendClientMessage (playerid, green, "Welcome Home, [SAP]Sidhu!");
            }
            else
            {
          SendClientMessage(playerid, red, "You do not own a house!");
            }
For every person?
Reply


Messages In This Thread
Unwanted Message Showing - by sidhu123 - 21.03.2009, 23:43
Re: Unwanted Message Showing - by ICECOLDKILLAK8 - 21.03.2009, 23:51
Re: Unwanted Message Showing - by sidhu123 - 22.03.2009, 00:00
Re: Unwanted Message Showing - by ICECOLDKILLAK8 - 22.03.2009, 00:01
Re: Unwanted Message Showing - by sidhu123 - 22.03.2009, 00:03
Re: Unwanted Message Showing - by MenaceX^ - 22.03.2009, 00:15
Re: Unwanted Message Showing - by sidhu123 - 22.03.2009, 00:29
Re: Unwanted Message Showing - by sidhu123 - 22.03.2009, 20:02
Re: Unwanted Message Showing - by tom_jonez - 23.03.2009, 03:45
Re: Unwanted Message Showing - by sidhu123 - 23.03.2009, 19:28

Forum Jump:


Users browsing this thread: 1 Guest(s)