02.09.2014, 14:56
The simple script adds a new camera effect of GTA 5 at the teleport player
Time to teleport 10 seconds
Video demonstration GTA 5 cam effect
https://www.youtube.com/watch?v=TiTtCRIuBNo
SA-MP version GTA 5 cam effect
http://*********/AX2vUSim4Ko?t=13s
Function:
http://pastebin.com/Edma8xFp
Example of use:
Time to teleport 10 seconds
Video demonstration GTA 5 cam effect
https://www.youtube.com/watch?v=TiTtCRIuBNo
SA-MP version GTA 5 cam effect
http://*********/AX2vUSim4Ko?t=13s
Function:
http://pastebin.com/Edma8xFp
Example of use:
PHP код:
if (strcmp("/jizzy", cmdtext, true, 10) == 0)
{
// playerid - id
// 1 starting step teleport, must always be 1, const.
// X - finite coordinate x
// Y - finite coordinate y
// Z - finite coordinate z
// Angle - finite coordinate a
TeleportCam(playerid, 1, -2596.6675,1358.2278,6.6957, 71.2003);
return 1;
}