GameTextForPlayer doesn't appear
#1

pawn Код:
if(pickupid == RPCEnterPickup)
    {
        SetPlayerPos(playerid, 963.4501,-53.2020,1001.1246);
        SetPlayerInterior(playerid, 3);
        GameTextForPlayer(playerid, "~p~Welcome ~w~To ~r~The Club~w~.", 2, 3500);
    }
    if(pickupid == RPCExitPickup)
    {
        SetPlayerPos(playerid, 2127.5215,2373.2583,10.8203);
        SetPlayerInterior(playerid, 0);
        GameTextForPlayer(playerid, "w~You Have ~r~Exited ~p~The Club~w~.", 2, 3500);
    }
Also, The RPCEnterPickup is a small arrow pickup,

The RPCExitPickup is bigger, is it because it is in a interior? How can I make it the same size as the first one?
Reply


Messages In This Thread
GameTextForPlayer doesn't appear - by Ananisiki - 21.02.2014, 06:43
Re: GameTextForPlayer doesn't appear - by Aerotactics - 21.02.2014, 07:00
Re: GameTextForPlayer doesn't appear - by Ananisiki - 21.02.2014, 07:11
Re: GameTextForPlayer doesn't appear - by Vanter - 21.02.2014, 07:18
Re: GameTextForPlayer doesn't appear - by Ananisiki - 21.02.2014, 07:22
Re: GameTextForPlayer doesn't appear - by Aerotactics - 21.02.2014, 07:30
Re: GameTextForPlayer doesn't appear - by Ananisiki - 21.02.2014, 07:36
Re: GameTextForPlayer doesn't appear - by Aerotactics - 21.02.2014, 07:42
Re: GameTextForPlayer doesn't appear - by Ananisiki - 21.02.2014, 07:51
Re: GameTextForPlayer doesn't appear - by itsCody - 21.02.2014, 07:57

Forum Jump:


Users browsing this thread: 1 Guest(s)