Search Results
Verifica se tem RepairVehicle dentro da public OnVehicleDamageStatusUpdate, se tiver, remova-o.
164
troca o nome do seu GM pra um nome sу com letras, sem caracteres especiais.
115
You just asked the same thing in other topic why did you started another one? Two guys answer your question and you didnt even thank them --' This really pisses me off
103
Using Create3DTextLabel to create and Delete3DTextLabel to delete.
78
Nossa que erro idiota, sу acha a linha pawn Код: DestroyObject(LastVehicle[playerid]); E substitui por pawn Код: DestroyObject(smoke[LastVehicle[playerid]]);
187
vc teria que baixar uma include que tem por ai q n lembro o nome dela que detecta qdo o player da esc.
202
pawn Код: new smoke[MAX_VEHICLES];new LastVehicle[MAX_PLAYERS];new bool:smoking[MAX_VEHICLES] = false; // todas devem ser variaveis globais    if (!strcmp(cmdtext, "/fumaca", true))    {    ...
187
pawn Код: granastatus[playerid] = 0; Ele reseta aqui, verifica se a condiзгo (if) estб correta do jeito que vc quer.
126
pawn Код: new smoke[MAX_VEHICLES];    if (!strcmp(cmdtext, "/fumaca", true))    {        new vehid = GetPlayerVehicleID(playerid);        new carid = GetVehicleModel(vehid);       ...
187
pawn Код: if(granastatus[playerid] > 0 && (GetPlayerTeam(killerid) == 0 || GetPlayerTeam(playerid) != GetPlayerTeam(killerid)))    {        new nomedofd[MAX_PLAYER_NAME];      ...
126
pawn Код: case DIALOG_FKONTROLLE:        {            if( response )            {                new veh = GetPlayerVehicleID(playerid);                new engine,l...
108
You cant use "/" on strings, this char is used by the compiler. @edit actually you can but in the right way.
108
retire todas, deixe sу oque esta dentro dos () por exemplo: pawn Код: num_hash(inputtext); deixa sу pawn Код: inputtext
216