Ich nochmal hab bei mir auch /respawncars nur das blööde ist alle werden respawnt selbt in dem wo man drinnsitz. Dann ist das problem das man aufeinmal zu fuß gehen muss. Und die cars respawnen nie von selbst usw. hat da villeicht jemand eine idee`?
if(strcmp(cmd, "/respawncars", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[playerid][pAdmin] >= 1337)
{
for(new v = 0;v < MAX_VEHICLES; v++)
{
SetVehicleToRespawn(v);
}