Search Results
Would be a great idea to actually add this to the download section on the website.
19,701
Yes, i have checked it but in theory, the vehicle is modded aswell when previewing the tuning component and it is not clear if it's only called during the purchase or during the preview aswell which i...
129
Got a question regarding OnVehicleMod would like to hear how it is working for others that have been using it. Simply, whenever you used it, was it called only when you 'purchased' a tuning component...
129
As the title says. Been thinking about something but need to know it's actually possible to get the IP of the server host before i can do it.
92
Quote: Originally Posted by Glint Why are you creating the textdraw on connect ? Why not OnFilterScriptInit Tried it aswell, same result. Quote: Originally Posted by Randy M...
138
I got a issue here with textdraws which i cant wrap my head around. Haven't been using textdraws before so might be a beginner mistake but i dont belive so. Basiclly, need to create a set of textdraw...
138
I actually never have heard about that function before so checked it up on ******. Found this page on this forum which contained this function so if this is the wrong include, just ignore this post. ...
220
What is it on line 7982?
220
if(GetPlayerScore(playerid) >=100) to if(GetPlayerScore(playerid) == 100) Do it on each line.
218
If you are using OnDialogResponse in several loaded filterscripts, change 'return 1;' to 'return 0;' in the very end of the callback in every filterscript. By using 'return 1' in the very end of OnDi...
179
Quote: Originally Posted by Shazwan C:\Users\Suzi\Downloads\Zaila_Object_Editor_v1.1\Z aila Object Editor\pawno\object.pwn(75) : error 017: undefined symbol "mysql_function_query" C:\User...
798
v1.1 is now released with a new command and a command change.
798
My intention with this script was simplicity. There is no advantages in using dialogs for something like this.
798
a_mysql.inc should be in pawno -> include -> a_mysql.inc.
798
Zailas Ingame Object Editor Released 2012-07-01 Intro and script description Hello Ladies and gentlemens. I have for a long time wanted to do a really simple ingame editor for SA:MP but haven't reall...
798
pawn Код: CMD:createhouse(playerid, params[]){    new Usage[128], string[128];    if(sscanf(params, "z", Usage)) return SendClientMessage(playerid, COLOR, "USAGE: USAGE: add how the command is...
137
Up we go. Still got problem with this.
95
My bad there, a spelling mistake since i never actually tried the code / checked it through properly after i was done. Anyway, if i was looking into the right filterscript, this code should be workin...
146