Search Results
Nice work Kalcor, thanks everyone for making SA:MP0.3c come alive!!
2,865
People are crashing in range of 2 minutes when they connect to the server. Код: Exception At Address: 0x007324B6 Registers: EAX: 0xC1000000 EBX: 0x0000002F ECX: 0x111A93F8 EDX: 0x00000000 ESI: 0...
76
Put this Textdrawname[playerid] into each line of textdraw and on top of the script new textdrawname[MAX_PLAYERS];
103
They were initial releases, beta versions are up but not officially.
2,581
Quote: Originally Posted by LegendNissanGTR I thought it was CMD:report it's either ways... fixed it anyways.
102
Quote: Originally Posted by Voldemort 1. error pawn Код: new text[64],string[50];storedforcedmode = string[64]; 2. if you are going to use storedforcedmode as text you will need it st...
167
According to the suggestions, here are the changes. pawn Код: COMMAND:forcemode(playerid, params[]){    if (PlayerInfo[playerid][pAdminLevel] >=3)    {    new text[64],string[50];    if...
167
pawn Код: COMMAND:forcemode(playerid, params[]){    if (PlayerInfo[playerid][pAdminLevel] >=3)    {    new text[64],string[50];    if (sscanf(params, "s[64]", text)) SendClientMessage(p...
167
You'll also need to see some of the includes, .so and check the logs. This is often caused by the plugins either not updated for samp.0.3b
123
Wrong section, request it here https://sampforum.blast.hk/showthread.php?tid=118885
60
Quote: Originally Posted by samgreen Try this: pawn Код: forward votedmode(playerid);public votedmode(playerid){    new mapWinner, mostVotes = -1;    for(new i; i < sizeof maps...
189
Ok, it's in dialog process, like when player commands /vote then a dialog box pops up with all the maps, I've one global variable storing 27 maps and i've set timer to that function to find the highes...
189
Quote: Originally Posted by Kitten try adding pawn Код: switch(random(12)) above switch (map) it's not random, it should execute by the number of votes which it doesn't seems to b...
189
It's very radical in my mind, why isn't this working like it supposed to ? pawn Код: forward votedmode(playerid);public votedmode(playerid){    new map;    for(new i; i < sizeof maps; i++...
189
didn't make any changes. help?
79
ok let me give try without all those returns..
79
I've everything else alright, but this doesn't work. I've timer calling this function and it's not executing right. Help? pawn Код: forward votedmode(playerid);public votedmode(playerid){    pr...
79