13.10.2011, 16:40
Hi everyone.
I make planes license system but i don't know how to do something.
When player enter plane if he don't have plane license remove him from plane.
I don't know how make it so I please your help.
I USE THIS BUT IT WORK WRONG :
I make planes license system but i don't know how to do something.
When player enter plane if he don't have plane license remove him from plane.
I don't know how make it so I please your help.
I USE THIS BUT IT WORK WRONG :
Код:
if(model == 417 || model == 563 || model == MAVERICK || model == 425 || model == 447 || model == 460 || model == 469 || model == 476 || model == 497 || model == 511 || model == 512 || model == 513 || model == 519 || model == 520 || model == 548 || Lmodel == 553 || model == 577 || model == 593 ) //IF THE PLANE { if(!playerDB[playerid][plicense]) { Stop(playerid); SendClientMessage(playerid,COLOR,"{F81414}* You Don't Have Plane License!"); } return 1; }