sobald ich das gemacht habe
dann bekomm ich weitere errors und zwar diese
H:\Dev\NEWRL SCRIPT\gamemodes\RL.pwn(1356) : error 003: declaration of a local variable must appear in a compound block
H:\Dev\NEWRL SCRIPT\gamemodes\RL.pwn(1356) : error 017: undefined symbol "x"
H:\Dev\NEWRL SCRIPT\gamemodes\RL.pwn(1357) : error 017: undefined symbol "x"
H:\Dev\NEWRL SCRIPT\gamemodes\RL.pwn(1361) : error 017: undefined symbol "x"
ocmd:erstellen(playerid,params[])
{
new pname[MAX_PLAYERS],accFormat[128];
GetPlayerName(playerid,pname,sizeof pname);
format(accFormat,sizeof accFormat,"/Accounts/%s.ini",pname);
new Admin = dini_Int(accFormat,"Admin");
if(Admin == 0)
SendClientMessage(playerid, error, "Du bist kein Admin!");
if(Admin == 1)
new Float:x,Float:y,Float:z; ///hier kommmen 3 error das gehört eigentlich nächste zeile nur iwie macht das forum das immer hier her^^: GetPlayerPos(playerid, x,y,z);
CreateHaus(x,y,z,100,"Keiner",strval(params));
return 1;
}