Guest User

FÓRUM SAMP PRO MLK COMO BASE

a guest
Dec 31st, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.45 KB | None | 0 0
  1. /* BASE PARA O MLK NO FÓRUM SAMP
  2. Tópico: http://forum.sa-mp.com/showthread.php?t=553766
  3.  
  4. */
  5.  
  6. #include <a_samp>
  7. #include <zcmd>
  8.  
  9.  
  10. new Float: X, Float: Y, Float: Z, Float: Angle;
  11.  
  12. CMD:buffalo(playerid, params[])
  13. {
  14.  GetPlayerPos(playerid, X, Y, Z);
  15.  GetPlayerFacingAngle(playerid, Angle);
  16.  CreateVehicle(402, X+5, Y, Z+1, Angle, random(100), random(100), -1);
  17.  SendClientMessage(playerid, -1,"Você criou o veículo buffalo");
  18.  return 1;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment