/jetpack
#1

can someone make a simple command that gives you a jetpack?
Reply
#2

Код:
}
   if(strcmp(cmd, "/jetpack", true) == 0) {
   SendClientMessage(playerid, 0xFF7F50AA, "You have jetpack now!");
   SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USEJETPACK);
   return 1;
   }
please
Reply
#3

Ok here you go......*sigh*


pawn Код:
if(strcmp("/jetpack",cmdtext,true, 8) == 0)
{
  SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USEJETPACK);
  SendClientMessage(playerid,COLOR,"Your now using a jetpack");
  return 1;
}

If that doesn't work or it's buggy tell me. My GTA:SA is f'ed up and i am reinstalling it so i can't test the code right now.


EDIT***
I was beaten to posting i am typing slow :O
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)