#1

How can i make an intro, like when you type /intro it will show a camera in a certain place? i just need the command to like put a players camera somewhere. I already know toggleplayercontrollable and that stuff
Reply
#2

pawn Код:
if(strcmp(cmdtext,"/intro",true)0 == 0)
{
   SetPlayerCamera(playerid,X,Y,Z);
   return 1;
}
Reply
#3

Quote:
Originally Posted by Adil
pawn Код:
if(strcmp(cmdtext,"/intro",true)0 == 0)
{
  SetPlayerCamera(playerid,X,Y,Z);
  return 1;
}
thank you a lot, that is the only command i needed
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)