Search Results
hi i have this code pawn Код: CMD:mafijos( playerid, params[ ] )    {        new            queryy[ 300 ],            str[ 2000 ],            ballas1[ 24 ],          ...
73
hi i have this code: pawn Код: CMD:ban( playerid, params[ ] )    {        if( playerDB[ playerid ][ admin ] < 3 ) return K( playerid, BLUE, "Jus ne administratorius." );        new ...
95
Quote: Originally Posted by xXmAn40100Xx pawn Код: stock KelioZenklai( ){    KelioZenklas_Parking( -2613.3671, -52.0077,  4.4259,  88.6068  ); // (32019) line    KelioZenklas_Pa...
129
hello, i have this code: pawn Код: stock KelioZenklas_Parking( Float:x, Float:y, Float:z, Float:rz ){    new keliozenklo_id = CreateDynamicObject( 8548, x, y, z, 0.0, 0.0, rz );    new Float:p...
129
Quote: Originally Posted by ikey07 More reasonable would be like this. pawn Код: new str[64];format(str,sizeof(str), "loadsc%d:loadsc%d" ,random(10)+1 ,random(10)+1); //Not sure if the...
159
Hello, how can i do random textdraws? pawn Код: LogIn = TextDrawCreate( 0.000000, -5.226698, "loadsc1:loadsc1" );    TextDrawTextSize( LogIn, 657.600036, 459.200103 );    TextDrawAlignment( L...
159
Warning: dropping a split packet from client
16,317
Hi, how to get Webdings or wingdings in textdraws, i know it's posible. but how to set own font?
95
Hi, I know i't possible to blur screen, but how?
95
hi i have this code: pawn Код: new                KadaAtsijunge[ 50 ];            mysql_get_field( "AtsijungeP", KadaAtsijunge );            if( strval( KadaAtsijunge ) !=  st...
73
i have this code: Quote: new string[ 64 ], KadaAtsijunge[ 50 ]; format( string, 64, "SELECT * FROM zaidejai WHERE vardas = '%s' ", zVardas( playerid ) ); mysql_query( string )...
223
when there is new day in server, like it was 04.01 and its chaning time after 00:00 into 04.02 i need to reset veriables for playeres
223
hello, i want to get new day in samp, like the veriable is reseting in other day 00:01 so if player is offline and server gets new day the server will reset veriable in mysql, I know how to reset for ...
223
hi, my san-andreas crashes after i logout from my server, what to do?
66
i fixed a little, the pickup 0 is working but pickup 1 is not Quote: for( new i = 0; i < MAX_IE; i++ ) { printf( "%i", i ); shows me always 0, but it should show 1 when i'm on ...
98
hi i have this code: pawn Код: for( new i = 0; i < MAX_IE; i++ )        {            printf( "%i", i );            //  && ie_data[ i ][ ie_created ]            if...
98
Quote: Originally Posted by amirab You should set a model of that to make it bigger how?
82
What is yelow arrow ID? 19198 is to small and 19197 is like the corect size but it has space in pickup, how to make this enterance pickup like in san andreas default
82