04.09.2009, 19:36
it dose nothing ?
Код:
dcmd_fightstyle(playerid,params[]) { if(!params[0]) return SendClientMessage(playerid, 0x00FF00AA, "Example: /fightstyle [4 - 26]"); new fightstyle = strval(params); for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { SetPlayerFightingStyle(i, fightstyle); } } return 1; }