Search Results
Verifique se a include streamer.inc estб na pasta includes do seu compilador.
89
Adicione: pawn Код: if(!strcmp(cmd,"/comprarneon",true)){    if(GetPVarInt(playerid,"CompreiNeon")==1) return SendClientMessage(playerid,0xFF0000AA,"Vocк jб tem um neon!");    if(GetPlayerMo...
134
[AJUDA]? Isso й praticamente um [PEDIDO]. Posso tentar te ajudar. Embaixo de: pawn Код: new flood[MAX_PLAYERS]; Coloque: pawn Код: new floodcmd[MAX_PLAYERS]; No public OnPlayerCommandText(...
93
Para o primeiro erro na linha "new file[100],Name[MAX_PLAYER_NAME]; GetPlayerName(playerid,Name,sizeof(Name)); format(file,sizeof(file),playerid,Name);", vemos que a funзгo format estб incompleta, ...
205
todos os 609? vc se refere ao modelo? Coloque isso depois de todos os veнculos: pawn Код: for(new cars; cars<MAX_VEHICLES;cars++){    if(GetVehicleModel(cars)==609)    {        new ob...
104
Baxa o novo server, troque a pasta pawno do seu sv pela pasta pawno do 0,3b, abra o novo pawno e compila.
196
assim tbm dб pawn Код: if(strcmp(cmd, "/abastecercarro", true) == 0)    {        if(IsPlayerConnected(playerid))        {            if(PlayerInfo[playerid][pMembro] != 13 || Play...
160
Novato? Sugiro que aprenda coisas mais fбceis antes de lidar com sistema de login e registro... atй lб, pegue algum sistema jб pronto aн pelo forum ou atй mesmo um tutorial bбsico.
161
Procure por SetPlayerHealth e ache algum que tenha como valor maior que 100.0 (Exemplo: SetPlayerHealth(playerid, 1000.0)) e troque o valor para 100.0
79
Код: if(PlayerInfo[para1][pMembro] != PlayerInfo[playerid][pLider]) { SendClientMessage(playerid, COLOR_LIGHTBLUE, "Nгo pode promov...
80
lб no onplayerrequestspawn, antes de oferecer o dialog caso seu login seja feito com dialog, coloque: if(IsPlayerAdmin(playerid)) { return 1; } lembre-se de logar com rcon primeiro
166
O problema nгo estб aн, o problema estб em onplayerlogin... vc deve ter editado algo errado
311
Coloca no topo do gamemode: new pickupammu; Lб em OnGamemodeInit: pickupammu = CreatePickup(blablabla);//coloca os dados com a coordenada do pickup na porta do lado de fora da ammu Lб em OnPlayerP...
104
I don't know why, but I did and that's the base of towers (really I don't know how it's called). Use as you wish ... was just an idea that came to me suddenly. OBJECTS: 17 Images: Код: Crea...
75
Verifique a linha "if(PlayerInfo[playerid][pMembro] == 1)", o 1 й o id de alguma profissгo... no meu gamemode й policial, talvez no seu tambйm seja... procure saber o id da gang do seu gm e troque...
92
Two farmers shooting each other in a forest near them in a holy house. If they want they can change the skins to be in line with your idea. Location: a little over los santos. Note: the name of fil...
254
Office Car Workshop cars with ramps and elevators working with command up and down, a waiting room, bump in and out ... and a bathroom PS: Commands are simple, but you can modify them with pickups or...
207