Search Results
But aren't they used for Mod shops?, like Trasnfender and such?
137
how would to figure out if player is inside a pns?
137
Hi, searched alot about this couldn't find a good answer. Is there any efficient way of changing pay n spray price?. OnVehicleRespray calls in mod shops so i didn't bother using that. Help well be v...
137
I dont know what you are using and that "ShowPlayerDialog" at the end is just ... wrong. Here's a small fix pawn Код: if(dialogid == DIALOG_ARMY){if(!response){    SendClientMessageEx(playerid, ...
71
hmm weird, i tried with and without the ":" it crashed without the :
153
IMO, No. Try pasting the CreateDynamicObject code onto the gamemode.
139
Hmm, what plugin version are you using?
87
No it wont, tried it myself. However its better to just convert the "CreateObject" to "CreateDynamicObject", there will be a point in which the object limit will exceed so its always better to use "Cr...
139
pawn Code: stock RetornaStringEntreChars(string[], primSubString[], segSubString[], bool:ic = true) {     new a = strfind(string, primSubString, ic);     return 1; } pawn Code: bool ic = true ...
153
Look at other tutorials, you cant jump right into mysql and do as ****** said, dont use INI and MySQL at the same time...
130
Is your PlayerInfo[playerid][pLastLogin] a string?
85
pawn Код: if(GetPlayerSkin != 240){       SetPlayer(playerid,0);}
87
He does have a timer function but he wajts to make the timer visible.
203
Thank you very much, I am glad i learnt something new, really appreciate it.
99
pawn Код: stock LoadHouses(){    new LoadHouseQuery[50];    format(LoadHouseQuery, sizeof(LoadHouseQuery), "SELECT * FROM `houses`");    mysql_function_query(handle, LoadHouseQuery, false, "...
99
Can't find it either, Are you using a downloaded gamemode? If yes, then try contacting the person who made the script.
73
You need to keep updating the textdraw in order for it to show the countdown, take a look at other countdown scripts and get something from there, instead of asking for help everytime... try using the...
203
You never put a comma before "WHERE", thats where the problem was occuring
186
pawn Код: SetTimerEx("Unjail", 60000, 1, "i", targetid);// 1 second = 1000(milliseconds) This was as simple as removing a comma, look at tutorials and learn more about scripting
116