Hallo Community,
wollte gerade neue Cars eine ID im Script geben mit /oldcar aber es funktioniert nicht es steht andauernd
Your old Car was: 0
Was mache ich falsch ?
oder ist die funktion kaputt ?
Wäre sehr nett wenn mir jemand helfen könnte ...
Danke
if(strcmp(cmd, "/oldcar", true) == 0)
{
if(IsPlayerConnected(playerid))
{
format(string, sizeof(string), "Your old car was: %d",gLastCar[playerid]);
SendClientMessage(playerid, COLOR_GREY, string);
}
return 1;
}