Hey guys i have a short question why
if(strcmp(cmdtext,"/work",true)==0)
{
if(skin == 0)
{
ShowPlayerDialog(playerid,66,DIALOG_STYLE_LIST,"why work that not","please help","ok","oke");
return 1;
}
if(skin == 29)
{
ShowPlayerDialog(playerid,77,DIALOG_STYLE_LIST,"not working","why?","ok","OK");
}
SendClientMessage(playerid,BLAU,"why?");
return 1;
}
if(strcmp(cmdtext,"/job",true)==0)
{
if(GetPlayerSkin(playerid)==29)return ShowPlayerDialog(playerid,66,DIALOG_STYLE_LIST,"why work that not","please help","ok","oke");
else if(GetPlayerSkin(playerid)==0)return ShowPlayerDialog(playerid,77,DIALOG_STYLE_LIST,"not working","why?","ok","OK");
return 1;
}
return 0;
}
nothing happend if i do /job or /work
please help me.
I'm happy about every answer
bin auch deutsch