| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 7,922
» Latest member: bttwsky
» Forum threads: 2,405
» Forum posts: 12,321
Full Statistics
|
| Online Users |
There are currently 359 online users. » 0 Member(s) | 357 Guest(s) Bing, Google
|
|
|
| Windows virus recognizion |
|
Posted by: Sergej10racer - 2023-11-14, 10:00 PM - Forum: Support
- No Replies
|
 |
Hello,
I have recently obtained GTA San Andreas and decided to get SAMP.
So I did, and when I started up samp, Windows decided to think that it's a virus (I'll attach a pic to this)
|
|
|
|
| Help Message all no working |
|
Posted by: nbx2000 - 2023-11-14, 05:22 PM - Forum: Pawn Scripting
- Replies (2)
|
 |
Hello, can you help me with the message system in non-random order, it doesn't work well, it doesn't respect the time between texts.
ptask AnunciosChat[50000]()
{
ServerInfo[AnuncioTexto] ++;
if(ServerInfo[AnuncioTexto] == 27) ServerInfo[AnuncioTexto] = 1;
switch(ServerInfo[AnuncioTexto])
{
case 1: SendClientMessageToAllEx(COLOR_ROJO, "[-]Derby "COL_BLANCO"test1");
case 2: SendClientMessageToAllEx(COLOR_NARANJA, "[DLF]Botz "COL_BLANCO""test2");
case 3: SendClientMessageToAllEx(COLOR_NARANJA, "[DLF]Botz "COL_BLANCO"test3");
case 4:
{
SendClientMessageToAllEx(-1, ""COL_AMARILLO"[-]CARRERA: "COL_BLANCO"Se ha inciado (Modo Carrera)"(/carreras)");
lrace = 1;
}
case 5:
{
SendClientMessageToAllEx(-1, ""COL_ROJO"[-]CARRERA: "COL_BLANCO"Se ha Cerrado");
lrace = 0;
}
case 6: SendClientMessageToAllEx(COLOR_NARANJA, "[DLF]Botz "COL_BLANCO"test4");
case 7: SendClientMessageToAllEx(COLOR_NARANJA, "[DLF]Botz "COL_BLANCO"test5.");
}
return 1;
}
|
|
|
|
| A bunch of warnings and errors |
|
Posted by: Jak - 2023-11-13, 05:43 PM - Forum: Pawn Scripting
- Replies (1)
|
 |
Hi. I just discovered open.mp and decided to give it a try with my old SA-MP gamemode. I managed to run the server just fine, but compiling the script causes some warnings and errors that just lead me nowhere.
What I have done:
Replaced #include <a_samp> with #include <open.mp>
Replaced #include <YSI\y_ini> with #include <YSI_Storage\y_ini>
downloaded the latest YSI library and pasted its content under include directory
Rest of the code is pretty much untouched
I am getting a these warnings and errors:
PHP Code: warning 214: possibly a "const" array argument was intended: "user" warning 239: literal array/string passed to a non-const parameter (a LOT of these) warning 234: function is deprecated (symbol "GetServerVarAsInt") Use `GetConsoleVarAsInt`. warning 213: tag mismatch: expected tag "bool", but found none ("_") warning 213: tag mismatch: expected tag "t_WEAPON", but found none ("_") warning 234: function is deprecated (symbol "TextDrawBackgroundColor") Use `TextDrawBackgroundColour`
I was under the impression that old SA-MP scripts were supported as-is. Could anyone point me in the right direction?
Thanks.
|
|
|
|
| Fixes.inc Run Time Error 19: |
|
Posted by: DomOfficial - 2023-11-03, 06:52 PM - Forum: Pawn Scripting
- Replies (1)
|
 |
Hi everyone, since inserting fixes.inc I have the problem that I get the error "Run time error 19: "File or function is not found"" when starting the server. All plugins are the most up-to-date and run without errors or warnings in the mod.
|
|
|
|
| compilador |
|
Posted by: mist91631 - 2023-10-28, 03:10 AM - Forum: Support
- Replies (1)
|
 |
quando eu compilo da esse erro ao compilar
[WinError 87] Parâmetro incorreto
[cmd: ['pawncc.exe', '-i inclui', 'C:\\Meus Jogos\\Exclusivo Roleplay\\gamemodes\\GM.pwn', '-;+']]
[dir: C:\Meus Jogos\Exclusivo Roleplay\gamemodes]
[caminho: C:\Arquivos de Programas\Arquivos Comuns\Oracle\Java\javapath;C:\Arquivos de Programas (x86)\Arquivos Comuns\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C: \WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;c:\arquivos de programas\d3dgear;c:\arquivos de programas\d3dgear;C:\ Usuários\primo\AppData\Local\Microsoft\WindowsApps]
[Finalizado]
|
|
|
|
|