08.11.2017, 22:49
[Ajuda] Dъvidas Curtas #1
08.11.2017, 22:52
08.11.2017, 23:59
09.11.2017, 00:19
Quote:
09.11.2017, 03:25
Muito bom
09.11.2017, 18:52
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3c, ©2005-2010 SA-MP Team
filterscripts = "" (string)
Server Plugins
--------------
Loaded 0 plugins.
Started server on port: 7777, with maxplayers: 5 lanmode is ON.
Filter Scripts
---------------
Loaded 0 filter scripts.
Script[gamemodes/abne.amx]: Run time error 19: "File or function is not found"
Number of vehicle models: 0
Ta dando esse erro quando executo o server, me ajudem
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3c, ©2005-2010 SA-MP Team
filterscripts = "" (string)
Server Plugins
--------------
Loaded 0 plugins.
Started server on port: 7777, with maxplayers: 5 lanmode is ON.
Filter Scripts
---------------
Loaded 0 filter scripts.
Script[gamemodes/abne.amx]: Run time error 19: "File or function is not found"
Number of vehicle models: 0
Ta dando esse erro quando executo o server, me ajudem
17.11.2017, 13:37
Como faзo para verificar em loop o jogador com menor nнvel para o jogador com maior nнvel?
17.11.2017, 17:33
Quote:
Como faзo para verificar em loop o jogador com menor nнvel para o jogador com maior nнvel?
|
PHP Code:
new MaiorID, MenorID, Maior = 0, Menor = 10000000;
for(new v; v != GetPlayerPoolSize()+1; v++)
if(IsPlayerConnected(v))
{
if(GetPlayerScore(v) > Maior)
{
Maior = GetPlayerScore(v);
MaiorID = v;
}
else if(GetPlayerScore(v) < Menor)
{
Menor = GetPlayerScore(v);
MenorID = v;
}
}
printf("Maior level: %d | ID do jogador: %d", Maior, MaiorID);
printf("Menor level: %d | ID do jogador: %d", Menor, MenorID);
17.11.2017, 17:37
Quote:
PHP Code:
o y_hooks estб nas includes mas nгo funciona, alguйm jб passou por isso e sabe resolver? |
Se for o caso, abra o pawno pela pasta onde estб seu GM, e depois selecione o GM desejado.
19.11.2017, 14:23
Como geta uma string pelo mysql
19.11.2017, 14:47
19.11.2017, 15:02
19.11.2017, 16:24
Quote:
O que estб errado
PHP Code:
PHP Code:
|
Code:
SendMail( to[], sender_email[], sender_name[], subject[], message[] );
19.11.2017, 18:58
Sobre objetos, deixa todos os objetos do servidor com o drawdistance de 1000.00 atrapalha alguma coisa?
19.12.2017, 00:33
Como aumentar o limite de MapIcons ?
19.12.2017, 01:03
Testa aн
//Nгo sei ser funciona
Olha os limites do samp versгo 0.3.7
https://sampwiki.blast.hk/wiki/Limits
Aconselho vocк a usar streamer.
//Nгo sei ser funciona
PHP код:
#define MAX_MAP_ICONS 100
https://sampwiki.blast.hk/wiki/Limits
Aconselho vocк a usar streamer.
19.12.2017, 01:06
Qual streamer?
19.12.2017, 01:17
https://sampforum.blast.hk/showthread.php?tid=102865
PHP код:
CreateDynamicMapIcon(Float:x, Float:y, Float:z, type, color, worldid = -1, interiorid = -1, playerid = -1,
Float:streamdistance = STREAMER_MAP_ICON_SD, style = MAPICON_LOCAL, areaid = -1, priority = 0)
DestroyDynamicMapIcon(iconid)
IsValidDynamicMapIcon(iconid)
19.12.2017, 01:25
Marllun poderia me ajudar? Explicar o codнgo acima e onde coloco pois sou novato nгo tenho muito conhecimento ainda sobre a linguagem.
19.12.2017, 01:29
PHP код:
CreateDynamicMapIcon(Float:x, Float:y, Float:z, type, color, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0, style = MAPICON_LOCAL);
y - 2
z - 3
tipo 4
cor - 5
mundoid- 6
interior - 7
playerid - 8
stramdistancia - 9
tipo - 10
« Next Oldest | Next Newest »
Users browsing this thread: 15 Guest(s)