17.04.2013, 22:00
Sup guys,
I've been developing a new gamemode for a long time now, and I'm making a bansystem at OnPlayerDeath. It's like this;
There is ofcourse more above these lines, but these are the only ones which is necessary now. The problem is that it wont SetPlayerCameraPos, SetPlayerCameraLookAt nor send GameTextForPlayer .. They get banned straight away.. how can I fix this?
- Kudoz
I've been developing a new gamemode for a long time now, and I'm making a bansystem at OnPlayerDeath. It's like this;
Код:
SetPlayerCameraPos(playerid, -1327.1202,2538.7485,86.5109); SetPlayerCameraLookAt(playerid, -1323.4154,2531.3044,90.2787); GameTextForPlayer(playerid,"~w~YOU HAVE ~r~DIED ~w~IN THE HUNGER GAMES",5000,5); { Ban(playerid); }
- Kudoz