Search Results
pegue o ip da vps com o servidor jб online, vб em algum site de revenda de hosted, registre o ip e compre '-'
nгo й possнvel de outra maneira.
188
sу й possнvel fazer usando o dof2 caso o ini esteja com numeraзгo
PHP код:
Exemplo:
arquivo1.ini
arquivo2.ini
arquivo3.iniÂ
Segue o code:
PHP код:
#define MAX_ARQUIVOS 200...
220
Se for o que estou pensando, mude o
PHP код:
DIALOG_STYLE_MSGBOXÂ
para
PHP код:
DIALOG_STYLE_LISTÂ
PHP код:
CMD:orgs(playerid)
{
    new Org[846];
    stri...
215
PHP Code:
public OnPlayerText(playerid, text[])
{
    new string[128], nomej[MAX_PLAYER_NAME];
    GetPlayerName(playerid, nomej, sizeof(nomej));
    switch(Profissao[playerid])...
159
PHP Code:
if(strcmp(cmd, "/comandofdp", true) ==0 || strcmp(cmd, "/infolideres", true) ==0)
{
    new strcmd[2024] // se nгo for suficiente, aumente.
    strcat(strcmd, "_...
382
PHP Code:
new CheckCarregar_TransportadorRefC[MAX_PLAYERS];
new CheckCarregar_Transportador_Final[MAX_PLAYERS];
CheckCarregar_TransportadorRefC[playerid]Â =Â CreateDynamicCP(-1005.3510,-676.929...
167
PHP Code:
new bool:SpeedPhoto[MAX_PLAYERS]; //Linha 8
public OnPlayerEnterRaceCheckpoint(playerid)
{
    if(SpeedPhoto[playerid]) // if it's true
    {
        new sp = ...
136
boa sorte no progresso e tudo mais.
295
PHP код:
// na enum vehicleinfo
vPlates[128],
format(VehicleInfo[vic][vPlates], 128, GetVehiclePlate(vic));Â
243
Verifique:
PHP код:
BPH:emitirInfoOrg(name[])
{
    new file[64], str[128];
    for(new i = 1; i < sizeof(InfoOrg); i++)
    {
        format(file, sizeof(file...
249
teste para ver se nгo hб erros e se compila:
PHP код:
new playeridlocalizacao[MAX_PLAYERS], localizadorativado[MAX_PLAYERS]; // topo do gamemode
if(strcmp(cmd, "/localizar", true) ...
290
o crashdetect estб configurado para carregar primeiro que os outros no server.cfg?
exemplo:
plugins crashdetect.so outros.so
421
Use o crashdetect.
Para saber a linha exata do erro coloque o pawn.cfg na pasta pawno do seu gamemode e o re-compile. (usando o crashdetect)
421
https://sampforum.blast.hk/showthread.php?tid=579909
https://sampforum.blast.hk/showthread.php?tid=299675
111
Quando o jogador sair do interior use:
PHP код:
SetPlayerInterior(playerid, 0);Â
ou:
PHP код:
SetPlayerVirtualWorld(playerid, 0);Â
193
no OnPlayerRequestClass
use:
PHP код:
 SpawnPlayer(playerid);Â
248
Caso use zcmd/pawn.cmd com sscanf isso й funcional:
PHP код:
#include sscanf2 // necessбrio para funcionar
#include zcmd // necessбrio para o comando funcionar
CMD:dararma(play...
175
verifique se desta forma vai funcionar:
PHP код:
// No ongamemodeinit (recomendo usar o streamer)
CreateDynamic3DTextLabel("Uniforme{FFFFFF}!", 0x238E23FF, 214.8977,1819.6089,6.4141,Â...
101