30.07.2013, 01:07
(
Последний раз редактировалось Pk93; 30.07.2013 в 03:08.
)
Hello Peoples if anyone have knowlegde about this script please let me now how to fix it!! would help me alot
the problem is not the command its fully working but it sets the player at lspd position if they are SASD should be 2 diffrent positions for each faction here is the script
Please help
the problem is not the command its fully working but it sets the player at lspd position if they are SASD should be 2 diffrent positions for each faction here is the script
Код:
CMD:exitcctv(playerid, params[]) { new faction = PlayerInfo[playerid][pFaction]; if(faction != LSPD && faction != SASD) return SCM(playerid, COLOR_LIGHTRED, "Invalid faction."); if(!OnCCTV{playerid}) return SCM(playerid, COLOR_LIGHTRED, "You aren't watching a CCTV Camera."); OnCCTV{playerid} = false; StopPlayerSpec(playerid); SetPlayerPos(playerid, 262.1426,109.1119,1004.6172); // BOTH FACTIONS GETS THIS POS SetInterior(playerid, 10); SetTimerEx("UnFreezePlayer", 500, 0, "i", playerid); return 1; }