09.02.2012, 02:30
Tried with it. Same.
Quote:
if(GetPlayerScore(playerid) < 100) return SetPlayerHealth(playerid, 0); { SendClientMessage(playerid, COLOR_BLUE, "<!>You must have 50 score to join this team"); SetPlayerHealth(playerid,100); SetPlayerArmour(playerid,100); SetPlayerPos(playerid,-1391.1643,496.9996,18.2344);//VIP SendClientMessage(playerid, COLOR_LIGHTBLUE, "<!>You've made decision. You are now part of Team VIP. Use /teamhelp to see commands! Enjoy!"); } return 0; } |