Search Results
Hi guys , i have a question , it is possibile to create double dialog , something like this: THANKS
93
Hello , if you can know today exists a Map Stealer and it's working. I have a question it's possibile to create an anti map stealer for sa-mp ?. Or how to get information about files located in playe...
69
Quote: Originally Posted by TonyII It says you never used those symbols for anything, so you can remove them and those warnings won't appear. I use first code in OnFilterScriptInit
81
Hi all , today i scripted at my FS , and i added new news: pawn Код: lista1 = LoadModelSelectionMenu ( "GangsRAS/lista1.cfg"        );    lista2 = LoadModelSelectionMenu ( "GangsRAS/lista2.c...
81
Hi SA-MP.com , I have a wanring: pawn Код: warning 202: number of arguments does not match definition On this line : pawn Код: ShowPlayerDialog( playerid, 600 ); What is wrong ?
74
Quote: Originally Posted by Gamer_Z First of all : Why OnPlayerUpdate? Second of all: If you're executing this code in OnPlayerUpdate, why do you loop ALL players? you know the time taken ...
102
UP ! Please HELP me !
102
Hi all i have a small problem with this: pawn Код: format ( str1 , 50 , "Yes:~r~%d " , Yes ) ;    TextDrawSetString ( mVote4 , str1 ) ;    format ( str2 , 50 , "No:~r~%d " , No ) ;    TextDr...
102
I fixed some errors: pawn Код: [05:02:10]    Error: Function not registered: 'cache_get_data'[05:02:10]    Error: Function not registered: 'mysql_tquery'[05:02:10]    Error: Function not reg...
60
Hi SA-MP.com, I created a small administration system, i compiled it 0 warns/ 0 errors ( admin system is included in GM ) but when i wanna start my server i have these errors: pawn Код: [03:27:18]...
60
Hi SA-MP.com, today i wanna learn MySQL, but i can't find any touturials about newer versions and all from 0. Cand you say me where i cand find these touturials ?
119
Hi SA-MP.com, I have a small problem, i putet on OnCommandPerformed this: pawn Код: public                                                                      Â...
56
Quote: Originally Posted by kirollos show me the #define of PATH & are you sure that the file exists? Exists: pawn Код: #define PATH "/SFL/users/%s.ini"
194
Quote: Originally Posted by kirollos sounds like INI_Open failed to open because file doesn't exist. can you show me the stock of UserPath() ? Sure : pawn Код: stock UserPath(playe...
194
Hi SA-MP.com, I have small problem in my GM: pawn Код: [02:36:36] [debug] Run time error 4: "Array index out of bounds"[02:36:36] [debug]  Accessing element at negative index -1[02:36:36] [debug]...
194
Hi SA-MP.com, i have small problem, when i enter on my server, i register my account, but when i exit, and enter second date, it says what i'm dont registered, I puted all on OnPlayerDisconnect: pawn...
107
Hi guys, in this week i started a new project, and today i tested it first date, i exit from the server, but when i entered second date, it always gives me CRASH, and crash gives me only on my server,...
59
Quote: Originally Posted by king_hual Код: if ( sscanf( inputtext, "s[ 24 ]", Text ) ) should be Код: if ( sscanf( inputtext, "s[24]", Text ) ) With: pawn Код: [07:42:08] s...
76