Advertisement
Peppery

Untitled

Dec 13th, 2011
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public OnPlayerCommandText(playerid, cmdtext[])
  2. {
  3. if (strcmp(cmdtext, "/Dr1", true) == 0 || strcmp(cmdtext, "/Drift1", true) == 0)
  4. {
  5. SetPlayerPos(0,-303.0066,1521.7593,75.3594,186.5933,0,0,0,0,0,0);
  6. return 1;
  7. }
  8. return 0;
  9. }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement