Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- switch(pInfo[playerid][Pkwschein])
- {
- case 0:{pkwSchein="[ ]";}
- case 1:{pkwSchein="[X]";}
- }
- switch(pInfo[playerid][Angelschein])
- {
- case 0:{angelSchein="[ ]";}
- case 1:{angelSchein="[X]";}
- }
- switch(pInfo[playerid][Bootschein])
- {
- case 0:{bootSchein="[ ]";}
- case 1:{bootSchein="[X]";}
- }
- switch(pInfo[playerid][Helischein])
- {
- case 0:{heliSchein="[ ]";}
- case 1:{heliSchein="[X]";}
- }
- switch(pInfo[playerid][Flugschein])
- {
- case 0:{flugSchein="[ ]";}
- case 1:{flugSchein="[X]";}
- }
- switch(pInfo[playerid][Motorradschein])
- {
- case 0:{motorradSchein="[ ]";}
- case 1:{motorradSchein="[X]";}
- }
- switch(pInfo[playerid][Waffenschein])
- {
- case 0:{waffenSchein="[ ]";}
- case 1:{waffenSchein="[X]";}
- }
- switch(pInfo[playerid][Lkwschein])
- {
- case 0:{lkwSchein="[ ]";}
- case 1:{lkwSchein="[X]";}
- }
- switch(pInfo[playerid][Zollschein])
- {
- case 0:{zollSchein="[ ]";}
- case 1:{zollSchein="[X]";}
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement