gameplayertext help
#3

pawn Код:
new iNEON;

public OnGameModeInit()
{
     iNEON = CreatePickup(1239, 14, X,  Y,  Z, -1);// Set your coordinates instead of X, Y and Z
}
And now you can use:
pawn Код:
if(pickupid == iNEON) // NEON
        {
        GameTextForPlayer(playerid, "~w~Type ~r~/neon ~w~Mod Your Car", 5000, 5);
        return 1;
        }
What I did, is creating a pickup, which`s type is 14, which means can be picked up from vehicles ..

You can find all about pickups at this page: https://sampwiki.blast.hk/wiki/Pickup_help
Reply


Messages In This Thread
gameplayertext help - by Venice - 30.03.2011, 00:26
Re: gameplayertext help - by grand.Theft.Otto - 30.03.2011, 00:47
Re: gameplayertext help - by antonio112 - 30.03.2011, 00:49
Re: gameplayertext help - by Venice - 30.03.2011, 00:52
Re: gameplayertext help - by antonio112 - 30.03.2011, 00:53
Re: gameplayertext help - by Venice - 30.03.2011, 01:14
Re: gameplayertext help - by Skylar Paul - 30.03.2011, 01:23
Re: gameplayertext help - by antonio112 - 30.03.2011, 01:25
Re: gameplayertext help - by Venice - 30.03.2011, 07:29
Re: gameplayertext help - by NeTuddMeg - 30.03.2011, 07:35

Forum Jump:


Users browsing this thread: 1 Guest(s)