25.10.2015, 21:36
(
Последний раз редактировалось F1N4L; 25.10.2015 в 22:18.
)
Olб galera, como o tнtulo diz, nada de bugs ou problemas, simplesmente uma simplificaзгo do cуdigo que ocupa muitas linha no GM jб que sгo vбrios comandos...
o comando й esse:
Ignorem a StringTable pq ainda to editando esse recurso.
* Pois bem, quem puder ajudar a simplificar esse code eu agradeзo! *
@EDIT
*StringTable
------------------------------------------------------
Vou aproveitar este post e nгo criar adicionais para outro detalhe (quem souber)
Quero modificar hostname, mapname, website e modename pelo GAMEMODE.. tentei isso mas n deu:
o comando й esse:
Quote:
COMMAND:angelpine(playerid, params[]) { new string[128]; if(PlayerInfo[playerid][pSpawned] == 1) { if(ServerInfo[sBlockTele] == 1) { SendClientMessage(playerid,COLOR_ERROR,"StringTabl e[0]"); return 1; } if(InSniper[playerid] == 1) { SendClientMessage(playerid,COLOR_ERROR,"StringTabl e[1]"); return 1; } if(InDMS[playerid] == 1) { SendClientMessage(playerid,COLOR_ERROR,"StringTabl e[2]"); return 1; } if(InMDM[playerid] == 1) { SendClientMessage(playerid,COLOR_ERROR,"StringTabl e[3]"); return 1; } if(Freezed[playerid] == 1) { SendClientMessage(playerid,COLOR_ERROR,"StringTabl e[4]"); return 1; } if(PlayerInfo[playerid][pJailed] == 1) { SendClientMessage(playerid,COLOR_ERROR,"StringTabl e[5]"); return 1; } if(Caged[playerid] == 1) { SendClientMessage(playerid,COLOR_ERROR,"StringTabl e[6]"); return 1; } if(InDuel[playerid] == 1) { SendClientMessage(playerid,COLOR_ERROR,"StringTabl e[7]"); return 1; } if(PlayerInfo[playerid][pTeleTime] > 0) { SendClientMessage(playerid,COLOR_ERROR,"StringTabl e[8]"); return 1; } SetPlayerPosEx(playerid,-2088.4141,-2528.2053,30.4219,44.4519,0,0); SetCameraBehindPlayer(playerid); SendClientMessage(playerid,COLOR_ORANGE,"xxxxxxxxx xxxxxxxxx."); format(string, sizeof(string), "%s (%d) xxxxxxxxxxxxxxxxxx. (/angelpine)",PlayerInfo[playerid][pName],playerid); SendClientMessageToOthers(playerid,COLOR_ORANGE,st ring); PlayerInfo[playerid][pTeleTime] = 7; }else{ SendClientMessage(playerid,COLOR_ERROR,"StringTabl e[9]"); } return 1; } |
* Pois bem, quem puder ajudar a simplificar esse code eu agradeзo! *
@EDIT
*StringTable
------------------------------------------------------
Vou aproveitar este post e nгo criar adicionais para outro detalhe (quem souber)
Quero modificar hostname, mapname, website e modename pelo GAMEMODE.. tentei isso mas n deu:
Код:
//topo #define hostname "xxx" #define mapname "xxx" #define modename "xxx" #define website "xxx"
Код:
//OnGameModeInit SendRconCommand(hostname); SendRconCommand(mapname); SendRconCommand(website); SetGameModeText(modename);