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;
}
This is Inlcude or FS? |