Search Results
What about learn how to script first before you try to copy my server, Mostwanted?
80
I dont like the ideas of having downloadable files/custom mods at all. Why does everyone suggest that, put a downloadlink to the e.g. mods on your site. There is no need for mods... Atleast I wouldn't...
10,741
When I park a vehicle on an objekct (e.g. parking lot) the vehicle door wont close when I exit the vehicle. Is this a bug?
111
Confirmed Doesn't work anymore. (atleast for me)
85
Quote: Originally Posted by Jesenice* This is not a modding forum. And sa-mp doesn't support any mods. Noob...he asks for vehicle mods added in e.g. transfender
185
Quote: Originally Posted by SpiderPork pawn Код: // On topforward ScoreUpdate();// OnGameModeInit/FilterScriptInitSetTimer("ScoreUpdate", 1000, 1);// Outside of any callbacks/functions...
69
Why not do this: pawn Код: if (realchat == 0){    new string5[128];    format(string5, sizeof(string5), "[%i] %s", playerid, text);    SendPlayerMessageToAll(playerid,string5);    return ...
73
Quote: Originally Posted by Norn Quote: Originally Posted by Kye Correct, dialogs are synchronous. You can only display 1 at a time. Are you going to add HideDialogForPlayer...
105
Quote: Originally Posted by [RAZ ADreNaLiNe-DJ ]samp_mysql_free_result() => DON'T USE IT, IT WILL CRASH YOUR SERVER !!! ?
83
Quote: Originally Posted by Daem pawn Код: new keys, updown, leftright;new weap; //wat evernew Float:P[3];stock SetDisabledWeapon(weaponid) //it's not like SetDisabledWeapons - notice ...
1,040
Quote: Originally Posted by *James* Quote: Originally Posted by filipyoyo -ReconnectPlayer(playerid); Do u mean if you lose connection, you can reconnect again because if s...
98
Calgon why make a seperate ban file. Use samp.ban. When you do /unban it loads the ip from the account file and sends the rcon command "unbanip ip".
90
Quote: Originally Posted by Daem pawn Код: new keys, updown, leftright;new weap; //wat evernew Float:P[3];stock SetDisabledWeapon(weaponid) //it's not like SetDisabledWeapons - notice ...
1,040
e.g. at the end of your script.
165
pawn Код: strtok(const string[], &index){    new length = strlen(string);    while ((index < length) && (string[index] <= ' '))    {        index++;    }    new off...
165
pawn Код: new idx;cmd = strtok(cmdtext, idx); Put that under cmd[256];
165
You could make your own "CreateVehicle" or addstaticvehicle function and save the color in 2 variables EDIT: like this top of script pawn Код: static Colors[MAX_VEHICLES][2]; pawn Код: stoc...
106
No, you have to make your own function(s).
106
Quote: Originally Posted by Calgon Quote: Originally Posted by TimmehBoy Quote: Originally Posted by Calgon Quote: Originally Posted by Lavamike Quote:...
1,040
Quote: Originally Posted by Calgon Quote: Originally Posted by Lavamike Quote: Originally Posted by Calgon Quote: Originally Posted by TimmehBoy Even ea...
1,040