Commands with different skins
#1

if(strcmp(cmdtext,"/work",true)==0)
{
if(skin == 0)
{
ShowPlayerDialog(playerid,66,DIALOG_STYLE_LIST,"wh y work that not","please help","ok","oke");
return 1;
}
if(skin == 29)
{
ShowPlayerDialog(playerid,77,DIALOG_STYLE_LIST,"no t working","why?","ok","OK");
}
SendClientMessage(playerid,BLAU,"why?");
return 1;
}
at the top :
new skin;


i want to if i am skin 0 i want to see the first dialog and if i am 29 i want to see the second dialog and if i'm not 29 or 0 i want to see nothing
Reply


Messages In This Thread
Commands with different skins - by lcp9 - 08.02.2013, 09:57
Re: Commands with different skins - by RajatPawar - 08.02.2013, 10:02
AW: Commands with different skins - by lcp9 - 08.02.2013, 10:07
AW: Commands with different skins - by lcp9 - 08.02.2013, 10:11
Re: Commands with different skins - by B-Matt - 08.02.2013, 10:53
AW: Commands with different skins - by lcp9 - 08.02.2013, 13:32

Forum Jump:


Users browsing this thread: 3 Guest(s)