Licence to some jobs
#1

It is possible to add a license to e secondary job?
Let's say that you got the bodyguard job, to be able to get a job as bodyguard you need a licence, or if you want to /guard ID $$$ you need licence.
I want to add some job licences.
Thanq you
Reply
#2

What gamemode are you using?
Reply
#3

Is LARP a GF edit? Cuz i use LARP
Reply
#4

make the command and than

Код:
if(HasLicense[playerid] = true
{
//+ other code
SendClientMessage(....);
return1;
}
if(HasLicense[playerid] = false
{
SendClientMessage(.....);
return 1;
}
i give just an example and than u must ofc save those licenses with dini,dudb ...
Reply
#5

Quote:
Originally Posted by Lajko1
make the command and than

Код:
if(HasLicense[playerid] = true
{
//+ other code
SendClientMessage(....);
return1;
}
if(HasLicense[playerid] = false
{
SendClientMessage(.....);
return 1;
}
i give just an example and than u must ofc save those licenses with dini,dudb ...
I see, anyway i want to be a normal license, that you can achive if you do a test.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)