19.04.2010, 18:08
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
if(strcmp(cmdtext,"/intro",true)0 == 0)
{
SetPlayerCamera(playerid,X,Y,Z);
return 1;
}
Originally Posted by Adil
pawn Код:
|