Making requicktmens to join a job
#4

I don't really get you - But basically, You'll create a variable - If the var is true it would work and continue - If not , The code would return.

Example

PHP код:
if(PlayerInfo[playerid][pLic] == 0) return SendClientMessage(playeridGREY"    You need a license for this job."); 
You'll create the var at your pInfo enum [if you got one] - Or it can be License[MAX_PLAYERS];

And it would work - You gotta put such line in your code tho

Example :

PHP код:
Mycmd
{
if(
PlayerInfo[playerid][pLic] == 0) return SendClientMessage(playeridGREY"    You need a license for this job.");
{
bla bla 
Quote:

What is a "requicktmens"?

I guess it's pretty obvious - No need to post crap in-order to increase your post-count.
Reply


Messages In This Thread
Making requicktmens to join a job - by MCZOFT - 16.05.2013, 21:31
Re : Making requicktmens to join a job - by MCZOFT - 17.05.2013, 11:11
Re: Making requicktmens to join a job - by NoahF - 17.05.2013, 11:30
Re: Making requicktmens to join a job - by -CaRRoT - 17.05.2013, 11:42
Re: Making requicktmens to join a job - by RajatPawar - 17.05.2013, 11:46
Re : Re: Making requicktmens to join a job - by MCZOFT - 17.05.2013, 12:20
Re: Making requicktmens to join a job - by -CaRRoT - 17.05.2013, 13:39

Forum Jump:


Users browsing this thread: 2 Guest(s)