Search Results
errado : pawn Код: if(hittype == BULLET_HIT_TYPE_PLAYER && IsPlayerConnected(hitid) && !IsPlayerNPC(hitid); certo : pawn Код: if(hittype == BULLET_HIT_TYPE_PLAYER && Is...
197
pawn Код: if(hittype == BULLET_HIT_TYPE_PLAYER && IsPlayerConnected(hitid) && !IsPlayerNPC(hitid)); ou pawn Код: if(hittype == BULLET_HIT_TYPE_PLAYER && IsPlayerConne...
197
Quote: Originally Posted by arakuta Vocк nos forneceu pouca informaзгo. Vocк quem fez esse FS, ou й de terceiros? Pelo que pesquisei, seria este aqui: https://sampforum.blast.hk/show...
123
Como colocar senha em um portгo e ele sу abrir com a senha ?
59
Quote: Originally Posted by EditPawn O problema provavelmente possa estar na callback OnPlayerText, essa callback й chamada quando o jogador digita algo. pawn Code: public OnPlayerTe...
112
Fui jogar com uns amigos na GM "bare" que vem na pasta do samp server, e quando digitavamos algo no chat a mesma mensagem aparecia 4 vezes repetida e os outros nгo viam a mensagem , fui testar sу co...
112
De : Код: if(!fexist(arquivo)) return DOF2_CreateFile(arquivo),salvardados(playerid); Para: Код: if(!fexist(arquivo)) return DOF2_CreateFile(arquivo),salvardados(idx);
53
Quote: Originally Posted by EditPawn Acho que isso jб daria uma boa base para seu sistema. PHP код: new ActorMissao,     bool: EmMissao[MAX_PLAYERS],     bool: ChegouNaM...
100
Sou novato em linguagem Pawn e to querendo criar um sistema de missхes, por exemplo o player pega uma missгo com o NPC e essa missгo manda ele ir a um local e voltar pro NPC para receber a recompen...
100
pawn Код: if (strcmp("/veiculo", cmdtext, true, 10) == 0)    {        if(pAdmin[playerid] >= 5)        {            ShowPlayerDialog(playerid, ID, DIALOG_STYLE_LIST, "Meu carro"...
91
Mals.. sу uso zCMD, nгo gosto de StrCmp.. e nгo sei meche muito com ele, entгo cria as suas orgs ae, e passa para o StrCmp... ou dCMD. pawn Код: // This is a comment// uncomment the line below...
213
Todos os seus comandos sгo em StrCmp ??
213
Faz assim, mudei para StrCmp.. /btp pawn Код: if (strcmp("/btp", cmdtext, true, 10) == 0)    {        new playername[MAX_PLAYER_NAME], string[128];        if(pDados[playerid][Organizaca...
213
Vocк boto um comando em ZCMD em, pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){} 'o'
213
What, й mais ou menos isto ? -Topo da GM: pawn Код: #include <zcmd>#define CIVIL 0#define Batalhгo Tatico Policial 1enum PlayerDados {    Organizacao,    Patente}new pDados[MAX_PLAYER...
213
https://sampforum.blast.hk/showthread.php?tid=359695
255
Em OnDialogResponse; pawn Код: new playername[MAX_PLAYER_NAME], string[128];format(string, sizeof(string), "%s rejeitou seu Convite.", playername);format(string, sizeof(string), "%s aceitou seu Co...
86
Topo da GM : pawn Код: #include <dudb> E no final : pawn Код: strtok(const string[], &index){    new length = strlen(string);    while ((index < length) && (string[ind...
122