Search Results
Yes, its in LS, and sorry about the broken link of mysql, i'll try to find another one.
73
Quote: Originally Posted by Dragonsaurus On top of your script: pawn Код: #define {g} "{00FF00}" Your line makes this error error 074: #define pattern must start with an alphabetic ...
178
Код: foreach(Player, i) { ShowPlayerNameTagForPlayer(i, playerid, false); } Enjoy, but use foreach by ******: https://sampforum.blast.hk/showthread.php?tid=92679
59
Код: CMD:tow(playerid, params[]) { new vehicle, trailerid; if(sscanf(params,"i", trailerid)) return SendClientMessage(playerid,-1,"USAGE: /tow [trailerid]"); vehicle = GetPlayerVehicleID(...
67
http://samp-pawno.ucoz.com/TheGodfather.rar Here's MySQL edition of GodFather: http://higgs.rghost.ru/download/3582...0Godfather.rar Enjoy.
73
Quote: Originally Posted by Jefff pawn Код: Check(txt[]){    new d=0;    while(txt[d])    {        if(txt[d] == '|')            txt[d] = '\n';        d++;    }} ...
178
Quote: Originally Posted by [uL]Pottus SetObjectMaterialText() does not accept that it will just show anything you put as the string on one line. If you want more than one line you'll need...
178
Hey, I'm working on Spray tag system, and everything works fine, but when I'm using too much letters, some part of them just cutted and its looks like some part to of the letters is behind the wall Pi...
178
Nice, but can you translate it to english please?
285
Thank you its works good now, I changed the Big "S" to small "s" and its works fine now. by the way when I'm typing now /clan create its reponse back "[command] /clan [command]" and not "[command] /cl...
65
In the first code I just fixed some line that was ); and it was need to be )) Код: CMD:accept(playerid, params[]) { new param[20]; if (sscanf(params, "s", param)) return SendClientMessage(player...
188
Enjoy. Код: // xGanyx Trucker Job FS !! my second FS #include <a_samp> #include <zcmd> #define DIALOG_LOADTRUCK 279123 #define DIALOG_LOADTRUCKL 279124 #define DIALOG_LOADTRUCKI 2791...
188
Quote: Originally Posted by ****** You can use a textdraw with the text "[" to show a star (or "]" - one of the two, I forget which). Thank you it works.
116
Quote: Originally Posted by RevolutionaryGaming https://sampforum.blast.hk/showthread.php?tid=274064 I already checked it and its not making the picture good, and its shows the picture ...
116
Hey, I have a question, I'm working on new gamemode and I want to show players a picture ingame, so there is any function to do it? like I got a clock picture and I want to make a countdown near to it...
116
Quote: Originally Posted by MP2 You can't save data in that callback, AFAIK. The server closes too fast. There is any way to save the players data when the server closes?
53,474