Search Results
https://sampforum.blast.hk/showthread.php?pid=3904513#pid3904513 just add black background and more dots and white texts and it should look the same when you know how to program, then those systems a...
433
rw-rp launcher already looks very clean and decent, not like sa-mp launcher, what is built in visual studio years ago, and still isnt updated.
13,640
i think that rw-rp is good platform for san andreas multiplayer and developer wants to update also this thing not like here. kalcor is in his moms basement doesnt want to share his code and doesnt wan...
13,640
so kalcor any new updates for samp, or you are just blaming someone for stealing your 20 years old crappy code for no reason. like man do some updates for this community.
13,640
maybe deleting all this and starting new one? like this gamemode doesn't even contain something special and you are including timerfix and other useless things that doesn't write code for you. you wri...
59
when function isn't called by timer then you don't need public and forward thing, you just add function like OnPlayerSpawnEx(playerid){ return 1; }
194
what help to you need to you know how to start your own database on localhost? for example to you know how to use xampp? https://www.apachefriends.org/index.html
240
PHP код: stock GetvpFromLevel(playerid){    new vp[40];    switch(PlayerInfo[playerid][score])    {        case 0..10:    vp = "Player";        case 11..20...
91
what is return value if i use y_hooks.
89
how to switch sampctl to 0.3dl version
58
its just simple example of bubble sort, you dont have to be so cocky in every post. just cause you have written pawn code from year 2006 and haven't done anything else doesn't give you right to be suc...
122
PHP код: new arrPlayers[MAX_PLAYERS],     cnt,     j,     k,     bool:startAgain=false,     s[300]; foreach(new i:Player){     if(Player[i][pGroup] == gattacker ||Â...
122
but this codes performance isn't even so bad and i wrote this code on my own and GetPlayerPoolSize returns higest player id
295
PHP код: RandomPlayerID(){     new ValidPlayers[MAX_PLAYERS],cnt;     for(new i,i2=GetPlayerPoolSize(); i < i2; i++)if(IsPlayerConnected(i))ValidPlayers[cnt++]=i;     retur...
295
fmessage(playerid, -1, "%d %s",1000,"hello"); result: "1000 "
124
it may be releated with SendClientMessage being const now PHP код: #define BYTES_PER_CELL                 4 stock fmessage(playerid, color, fstring[], {Float, _}:...){  ...
124
after compiling my gamemode with latest version of pawno, pre formatted messages doesn't work correctly anymore.
124
PHP код: bool:InArray(value,arr[],size=sizeof(arr)){     for(new i; i < size; i++)if(value==arr[i])return true;     return false; } if(InArray(reason,{456,2,4,13})) 
100
just slap player, when he tries to use water
158