Hallo,
Ich habe ein Neon System, wenn man Neon über einen Dialog auswählt soll der Text kommen, der kommt aber nicht.
GameTextForPlayer(playerid, "~p~Neon installed ",3000,5);
undzwar bei keinem von ca. 5 Neon Farben.
Hier mal ein Dialog Case:
if(listitem == 2)
{
SetPVarInt(playerid, "Status", 1);
SetPVarInt(playerid, "neon4", CreateObject(18649,0,0,0,0,0,0));
SetPVarInt(playerid, "neon5", CreateObject(18649,0,0,0,0,0,0));
AttachObjectToVehicle(GetPVarInt(playerid, "neon4"), GetPlayerVehicleID(playerid), -0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
AttachObjectToVehicle(GetPVarInt(playerid, "neon5"), GetPlayerVehicleID(playerid), 0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
GameTextForPlayer(playerid, "~g~Neon installed ",3000,5);
Neon[playerid] = 1;
}