(23696) : warning 202: number of arguments does not match definition
(23696) : warning 202: number of arguments does not match definition
Würde euch sehr dankbar sein wenn Ihr mir helfen könntet....Gruß Fahne
(23696) : warning 202: number of arguments does not match definition
(23696) : warning 202: number of arguments does not match definition
Würde euch sehr dankbar sein wenn Ihr mir helfen könntet....Gruß Fahne
Bitte das nächste Mal so
(23696) : warning 202: number of arguments does not match definition
(23696) : warning 202: number of arguments does not match definition
Poste mal Nur die Zeile bitte..
Aber ich hab mal was versucht, probier mal so ..
if(strcmp(cmd,"/lcntore", true) == 0)
{
if(IsPlayerInFrac(playerid,5) || PlayerInfo[playerid][pAdmin] >= 1338)
{
if(lcntore == 0)
{
MoveDynamicObject(lcntor,786.9000, -1152.4000, 25.3999, 0.0000, 0.0000,3);
MoveDynamicObject(lcntor1,658.5000, -1226.6999, 17.0000, 0.0000, 0.0000,3);
MoveDynamicObject(lcntor2,664.9000, -1311.1999, 15.1999, 0.0000, 0.0000,3);
lcntore = 1;
}
else if(lcntore == 1)
{
MoveDynamicObject(lcntor,786.9000, -1152.4000, 15.3999, 0.0000, 0.0000, 272);
MoveDynamicObject(lcntor1,658.5, -1226.6999511719, 0.0000, 0.0000, 7,3);
MoveDynamicObject(lcntor2,664.9000, -1311.1999, 5.1999, 0.0000, 0.0000,3);
lcntore = 0;
}
}
return 1;
}