Search Results
Vб no arquivo server.cfg e procure pela linha onde estб escrito lagcompmode. Troque o valor dessa linha para 0 se vocк deseja desativar o lagcomp ou 1 para mantк-lo ativado.
117
Код: new Godmode[MAX_PLAYERS]; CMD:god(playerid) { if(Godmode[playerid] == false) { SetPlayerHealth(playerid, cellmax); ResetPlayerWeapons(playerid); GameTextForPlayer(pl...
113
Sei que nгo vou estar te ajudando, mas tambйm tenho essa dъvida. A propуsito, nгo precisa usar o format nesse script, pois o sscanf jб irб guadar a string que vocк digitar dentro da variбvel ...
189
O que vocк viu foi, provavelmente, um text draw, pois nгo existe a cor laranja para esse tipo de formato. Tudo o que vocк precisa saber sobre esse estilo de formataзгo em textos estб no link ab...
130
Quote: Originally Posted by Matei123 mano eu nгo Conseguir fazer seu exemplo tem como deixa um pronto pra min a preder Coloque "return SpawnPlayer(playerid);" na primeira linha, dentro...
281
Quote: Originally Posted by Jigsaw123 Could you help me make that code really quickly? :P Yes, but you need to wait some hours until I get at my home!
104
Should not the command return 1; ?
111
Quote: Originally Posted by maikons Lol why compiler give me this warning: Код: // money bag TD new mbstring[128]; format(mbstring, sizeof(mbstring), "BAG:$%08d", moneybag[i]); ...
124
Use the callback OnPlayerKeyStateChange. When you switch between the objects, don't forget to destroy the old object attached on your car BEFORE creating a new one. I think you got what I meant. Good...
104
Try this way: Код: CMD:veh(playerid, params[]) { new car, Float:CarPos[3], string[32]; if(sscanf(params,"d", car)) return SendClientMessage(playerid,0xff0000ff,"USAGE: /Veh <Vehicle ID 400 - ...
219
Quote: Originally Posted by Roberto80 Use %i not %d Both of them are specifiers for integer number, so it's correct to use %i or %d. On topic: Firstly, you don't need to destroy a pla...
124
Quote: Originally Posted by SepZ Faзa um timer de 20 minutos dentro do comando /guerra usando isso PHP код: #define minutos(%0) (1000 * %0 * 60) Ex: SetTimer("NewTank", min...
140
Isso ocorre porque quando o player morre sem que seja atingido por outro jogador(suicidio, por exemplo), o parвmetro killerid passa a assumir o valor de INVALID_PLAYER_ID, e o que seu script faz й ...
140
Especfique as posiзфes de cada tanque de guerra.
140
Remove the brackets after GetPlayerName function.
126
Coloque "return 1;" ao invйs de "1;" no final do comando. Veja se o problema й resolvido.
169
The problem is: The include "irc" is missing.
152
Em textos nгo, apenas no parвmetro onde insere o valor de ID de player de cada uma das funзхes.
127
Isso, assim mesmo. Agora й sу inserir "IDPlayer" nas funзхes que estгo apуs a linha do "if(isnull(params)). O que armazenam nъmeros e letras sгo arrays. String й um conjunto de caracteres. V...
127