Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. new Float:x, Float:y, Float:z;
  2. GetPlayerPos(playerid, x, y, z);
  3.  
  4. public OnPlayerCommandText(playerid, cmdtext[])
  5. {
  6. if(!strcmp(cmdtext, "/givemehydra", true))
  7. {
  8. CreateVehicle(520, Float:x, Float:y, Float:z, 90, 0, 0, -1);
  9. return 1;
  10. }
  11. return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement