Abend Zusammen
Brauche Mal Hilfe Der Checkpoint Kommt nicht wieso?
Also mann Muss /accept ID Z.b
/accept 0 aber der checkpoint von 0 kommt net.. wieso??
dcmd_accept(playerid,params[])
{
new name[MAX_PLAYER_NAME], s[128];
new id = strval(strget(params, 0));
GetPlayerName(playerid,name,sizeof(name));
GetPlayerName(id,sname,sizeof(sname));
if(!strlen(params)) return SendClientMessage(playerid,Dunkelgrün,"/accept [playerid]");
format(s,sizeof(s),"acc/%s.ini",name);
new nj = dini_Int(s, "Nebenjob");
if(nj == 1)
{
format(s, sizeof(s), "Busfahrer %s hat deine bestellung akzeptiert, warte Bitte an deiner Position!", name);
SendClientMessage(id, Gelb, s);
new Float:x,Float:y,Float:z;
GetPlayerPos(id,x,y,z);
SetPlayerCheckpoint(playerid, x,y,z, 5.0);
}
return 1;
}
//EDIT: Helft mir Pls..