11.05.2011, 22:08
replace with this :
Quote:
stock TeleportPlayer(playerid, Float ![]() { new Float: health; GetPlayerHealth(playerid,health); Streamer_UpdateEx(playerid, x, y, z); SetPlayerPos(playerid, x, y, z + 2.5); Streamer_UpdateEx(playerid, x, y, z); SetPlayerFacingAngle(playerid, angle); PlayerPlaySound(playerid, 1085, x, y, z); SetPlayerHealth(playerid, health); return 1; } |