how to Show in Dialog Menu??
#1

==> hey guys How can i show this cmd in dialog menu??

pawn Код:
CMD:ranks(playerid,params[])
{

 SendClientMessage(playerid,GREEN,"*Rookie : 0 Score");

 SendClientMessage(playerid,GREEN,"**Private : 150 Score");

 SendClientMessage(playerid,GREEN,"***Corporal : 250 Score");

 SendClientMessage(playerid,GREEN,"****Sergeant : 350 Score");

 SendClientMessage(playerid,GREEN,"*****Captain  : 500 Score");

 SendClientMessage(playerid,GREEN,"******Brigadier : 750 Score");

 SendClientMessage(playerid,GREEN,"*******General : 1200 Score");

 SendClientMessage(playerid,GREEN,"********Commander : 2000 Score");

 return 1;
}
Reply


Messages In This Thread
how to Show in Dialog Menu?? - by iOmar - 12.04.2012, 12:00
Re: how to Show in Dialog Menu?? - by park4bmx - 12.04.2012, 12:04
Re: how to Show in Dialog Menu?? - by Hoss - 12.04.2012, 12:04
Re: how to Show in Dialog Menu?? - by [Ez]Panther - 12.04.2012, 12:06
Re: how to Show in Dialog Menu?? - by emokidx - 12.04.2012, 12:07
Re: how to Show in Dialog Menu?? - by Hoss - 12.04.2012, 12:07
Re: how to Show in Dialog Menu?? - by [Ez]Panther - 12.04.2012, 12:08
Re: how to Show in Dialog Menu?? - by park4bmx - 12.04.2012, 12:13
Re: how to Show in Dialog Menu?? - by [Ez]Panther - 12.04.2012, 12:14
Re: how to Show in Dialog Menu?? - by iOmar - 12.04.2012, 12:16

Forum Jump:


Users browsing this thread: 1 Guest(s)