30.03.2011, 00:49
pawn Код:
new iNEON;
public OnGameModeInit()
{
iNEON = CreatePickup(1239, 14, X, Y, Z, -1);// Set your coordinates instead of X, Y and Z
}
pawn Код:
if(pickupid == iNEON) // NEON
{
GameTextForPlayer(playerid, "~w~Type ~r~/neon ~w~Mod Your Car", 5000, 5);
return 1;
}
You can find all about pickups at this page: https://sampwiki.blast.hk/wiki/Pickup_help