Search Results
You have missed a closing brace "{" or "}", try to find where you did the mistake and do a fix.
164
pawn Код: stock SCNRM(string[]){    new string1[500];    format(string1, sizeof(string1), "{FF0000}[CNR]: {FF0000}%s",string);    for(new i = 0; i < MAX_PLAYERS; i++)    {        if...
105
Try not using your custom stock, maybe try the default one, that might be working pawn Код: SendClientMessage(playerid, 1, string);
105
Define the time's textdraw on the top, pawn Код: new Text:TimeTD Textdraw's creation pawn Код: TimeTD = TextDrawCreate(633.000000,428.000000,"game time");    TextDrawFont(TimeTD,2);    Te...
204
It usually happens when you get too many errors, what recent change you had done? PS: Edited.
172
TextDrawCreate - https://sampwiki.blast.hk/wiki/TextDrawCreate TextDrawSetString - https://sampwiki.blast.hk/wiki/TextDrawSetString
204
Create a dialog response of MODE_SELECTION_CLOTHES, and simply set skin, i expect you know how to.
313
You sure you got the plugin needed for it? Audio plugin is required i guess.
115
Well either use the cops faction id or as somebody already said above use the skin id. pawn Код: new Random = random(sizeof(RandomSpawns));if(PlayerInfo][playerid][pFaction] != facidhere){    Se...
177
Wrong section, Post it in the script request thread mate. OnPlayerTakeDamage and create the case if the weapon id is molotov cocktail then apply the damage amount. PS: Also can be done in OnPlayerG...
223
Fractal-Hub will be the best in my opinion, The features are: - DDoS Protection - 50 Slots - Systematic Webscript - Editing on your script can be done through the host. Link: www.fractal-hub.com
215
Define the dialog name with something like #define DIALOG_NAME 10040 in top of your script then apply the dialog under OnPlayerDeath. pawn Код: CMD:cchange(playerid, params[]){    ShowPlayerDial...
114
Try using string to return the message?
102
Your /sellhouse and /buyhouse code please.
89
Quote: Originally Posted by Aerotactics Chances are someone gave you a fucked up GM, meaning they changed variables and stuff, so that it will never work properly. Nope why do you think...
145
Fractal Hub is a really good free hoster, It supports MySQL and many more features, Also provides 50 slots. Try it you wont regret.
100
Hello there, i have a server which i am using now for just testing purpose but from later some days it has been showing some embarrassing problems it just doesnt let any level admin to spawn login is ...
145