Advertisement
Guest User

Untitled

a guest
Aug 9th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. if(strcmp(strget(cmdtext,0), "/sduty", true) == 0)
  2. {
  3. if(Adminlevel[playerid]<1)
  4. {
  5. new float:x,float:y,float:z,float:rott;
  6. SetPlayerColor(playerid,sduty);
  7. GivePlayerWeapon(playerid,38,5000);
  8. GetPlayerPos(playerid,x,y,z);
  9. GetPlayerFacingAngle(playerid,rott);
  10. CreateVehicle(522,x,y,z,rott,0,0,0);
  11. PutPlayerInVehicle(playerid,522,0);
  12. }
  13. else
  14. {
  15. SendClientMessage(playerid,Rot,"Du bist kein Supporter!");
  16. }
  17. return 1;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement