Search Results
Shitty ref websites are shitty. Get your fat ass up and find a real job instead. - Код: This forum requires that you wait 240 seconds between posts. Please try again in 1 seconds. SON OF A BITCH
159
Quote: Originally Posted by Konstantinos - That's not how dynamic systems work though. -- You could either: 1. Create a global variable and set the entrance ID to either true or false i...
89
Seeing as how those games have been super cheap in past deals, it's nowhere near 436$. Not even half of that. Here's mine btw; http://mysteamgauge.com/account?username=u214
211
When using "S" for optional param, you must specify the string like: pawn Код: s[10]S(Optional)[124]
140
You have 2 closing ")" in pawn Код: if(strval(inputtext) < 18 || strval(inputtext) > 90)) //Line 69296 Should be: pawn Код: if(strval(inputtext) < 18 || strval(inputtext) > 90) //Li...
136
pawn Код: PlayerInfo[playerid][pAge] = inputtext; to pawn Код: PlayerInfo[playerid][pAge] = strval(inputtext);
136
It probably happened when he loaded the FS in his server. So it should be like this: pawn Code: public OnFilterScriptInit(){    print("\n--------------------------------------");    print(" LiveT...
764
Don't even bother. A 200$ budget PC won't get you anywhere in terms of gaming. Just wait, collect more cash and then buy something. I doubt that PC would even run any 2010 and below games.
172
The code I posted WILL NOT make your server lag, either get a better host or optimize your script.
115
pawn Код: case DIALOG_CMDS:{    if(response)    {        new string[512] = "Vehicle Commands:", "/autorepair\t\t>> Menyalakan / mematikan auto repair\n/flip\t\t>> Balik kendara...
115
I would recommend you look into the GVar plugin: https://sampforum.blast.hk/showthread.php?tid=151076 If you don't want plugins, check into PVars: https://sampwiki.blast.hk/wiki/Per-player_variable_s...
111
pawn Code: #define MAX_BOMBS 20#define INVALID_BOMB_ID -1new gBombs[MAX_BOMBS][MAX_PLAYERS];// OnPlayerConnectfor(new i = 0; i < MAX_BOMBS; i++)    gBombs[i][playerid] = INVALID_BOMB_ID;// OnPla...
133
Remove the quotations " " in the 4th param pawn Код: SBan(playerid, "Pego Usando um nome que й proibido no [BVS]", "Automбtico", 9999);SBan(giveplayerid, "Terceiro aviso", sendername, 3);
166
pawn Код: public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger){    if(ispassenger == 0) // only driver    {        for(new i = 0; i < 12; i++)        {            if(...
80
pawn Код: // at the top:new gJailTime[MAX_PLAYERS] = {-1, ...};// OnPlayerConnectgJailTime[playerid] = 0;// OnPlayerDisconnectgJailTime[playerid] = 0;// When you jail the player:gJailTime[playerid...
155
Yeah, took a while to load. Anyways, it would be better if you removed the GMT dropdown and just make it so it searches on a range of time. 10~ hours or so
1,030
1. Shitty music 2. Too fucking dark 3. He looks autistic as fuck 4. Dat handwriting 5. Long ass intro 6. 2013 7. Reversing the video
225
Sure buddy, vBulletin will bring you 50 virgin wives too.
158