Search Results
Quote:
Originally Posted by SiM2hmoud
Introduction:
This is an early version of one of the Gamemodes i'm currently developing. This gamemode uses a unique idea of Roleplay mixed with Zombi...
8,438
Quote:
Originally Posted by Calisthenics
For YSI 5:
pawn Code:
#include <YSI_Coding\y_hooks>
I use \ for path name and / for file name
pawn Code:
#include "modules\server/database...
583
Quote:
Originally Posted by Calisthenics
1. Can you post the main file that includes core.pwn? What version of YSI?
2. https://github.com/pawn-lang/compile...File-Inclusion
core/player....
583
Hi, everyone, im a newbie scripting, i wanna learn to using a modular programming.
first, im learn to convert a example login register from BlueG
BlueG Example Script Cache
i got error like this
Cod...
583
Quote:
Originally Posted by Calisthenics
There are already 5 items with size of MAX_VEHICLES, what is the problem with one more?
There is y_malloc include but you should not care this muc...
114
from a pre-existing thread, the answer is no, but you can create multiple actors in multiple worlds.
source:
https://sampforum.blast.hk/showthread.php?tid=611135
https://sampforum.blast.hk/showthread...
172
hi, how do I do it, I want to make a static vehicle with the contents of the variable as I wish.
I found some logic, but in my opinion it was lacking, so I asked here.
a little example of the script ...
114
Quote:
Originally Posted by Banditul18
https://sampwiki.blast.hk/wiki/MySQL/R40...lue_name_float
This one. For that one you use you need to write the column index not the actual column nam...
178
script:
pawn Код:
top:enum pdat{ Float:pPos[3]}cache_get_value_index_float(0, "posx", pInfo[playerid][pPos][0]);cache_get_value_index_float(0, "posy", pInfo[playerid][pPos][1]);cache_get_valu...
178
Quote:
Originally Posted by Vince
"TeamACount" never actually changes value within the loop body and as such the loop runs forever. A while-loop runs until the expression evaluates to fals...
138
I tried to use "while"
But what I get is a spam ( over than 1000 ) message to the client
What I want to ask, what is "while" and how to use it, I've seen on the wiki sa-mp and I'm still confused
Ther...
138
Solved! just put nativechecker last on server.cfg
ex
before
Код:
plugins nativechecker streamer mysql
after
Код:
plugins streamer mysql nativechecker
*ty to OneDay
---------------------------...
96
PHP код:
enum pinfo
{
pTuto,
InTuto
};
new PlayerInfo[MAX_PLAYERS][pinfo];
case DIALOG_LOGIN:
{
if ( !response ) return Kick ( playerid );
if( respo...
315
did u save variable pTuto? and already load it?
315
wrong type? or variable?
PHP код:
if(rows)
{
cache_get_value_name(0, "motd",Server[MOTD]);
cache_get_value_name(0, "amotd",Server[AMOTD]...
140
read
https://sampwiki.blast.hk/wiki/SetTimerEx
and use https://sampwiki.blast.hk/wiki/SetPlayerColor to make player go back invisible
203
can you show your code when server creating textdraw?
using side money ( textdraw ) you have to set the textdraw to player not to global.
i recommended use
https://sampwiki.blast.hk/wiki/CreatePlaye...
367
Edited.
Quote:
Originally Posted by Dutheil
This is normal, because you use the specifier %d for an embed color.
FactionColor needs to be an array, and the specifier have to be %s.
So : "...
203