Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* BASE PARA O MLK NO FÓRUM SAMP
- Tópico: http://forum.sa-mp.com/showthread.php?t=553766
- */
- #include <a_samp>
- #include <zcmd>
- new Float: X, Float: Y, Float: Z, Float: Angle;
- CMD:buffalo(playerid, params[])
- {
- GetPlayerPos(playerid, X, Y, Z);
- GetPlayerFacingAngle(playerid, Angle);
- CreateVehicle(402, X+5, Y, Z+1, Angle, random(100), random(100), -1);
- SendClientMessage(playerid, -1,"Você criou o veículo buffalo");
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment