09.02.2013, 20:27
Guys I want to do No-KillZone Turfs in my server and when they enter the turf, they can't shot in the turf and its show a textdraw. Help me please I need it for my server!!
Regards
Regards
https://sampforum.blast.hk/showthread.php?tid=222283
Check if the player is in a certain area then Set there health to 1000 |
SetPlayerHealth(playerid, Float:0x7F800000);
Create an area with Incognito's streamer plugin (easiest option trust me).
When they enter the area, loop through their weapons and save the slot data (GetPlayerWeaponData). Remove their weapons with ResetPlayerWeapons. Give them back when they exit the area. |