How can i make a /rights ID?
#5

Quote:
Originally Posted by KayaQue
Код:
dcmd_rights(playerid, params[]);
{
if(IsPlayerCop(playerid)==1) // or whatever function you got on the police..
{
if(sscanf(params, "u", id)) return SendClientMessage(playerid, InsertColorCode, "Usage: /rights (playerid)");
SendClientMessage(id, COLOR, "Your rights: bla bla bla bla");
SendClientMessage(id, COLOR, " rights continue bla bla bla");
}
else
{
SendClientMessage(playerid, COLOR, "ERROR: You are not an police officer.");
}
return 1;
}
Something like that
yea like that what im guessing its a cNr
Reply


Messages In This Thread
How can i make a /rights ID? - by nielsbon1 - 22.05.2010, 23:35
Re: How can i make a /rights ID? - by Bayler - 22.05.2010, 23:48
Re: How can i make a /rights ID? - by nielsbon1 - 23.05.2010, 22:22
Re: How can i make a /rights ID? - by Kayaque - 23.05.2010, 22:47
Re: How can i make a /rights ID? - by airsoftglock - 23.05.2010, 22:55
Re: How can i make a /rights ID? - by nielsbon1 - 23.05.2010, 23:04
Re: How can i make a /rights ID? - by Kayaque - 24.05.2010, 00:40
Re: How can i make a /rights ID? - by Kayaque - 24.05.2010, 18:04

Forum Jump:


Users browsing this thread: 1 Guest(s)