Forum: Everything and Nothing
07/01/2019, 05:28 AM
|
Replies: 5
Views: 406
|
Forum: Screenshots and Videos
06/01/2019, 11:32 AM
|
Replies: 17
Views: 985
|
Forum: Screenshots and Videos
02/01/2019, 03:22 AM
|
Replies: 6
Views: 508
|
Forum: Everything and Nothing
23/12/2018, 12:26 PM
|
Replies: 21
Views: 1,221
|
Forum: News and Updates
23/12/2018, 12:00 PM
|
Replies: 146
Views: 42,453
|
Forum: Everything and Nothing
20/09/2018, 05:25 AM
|
Replies: 51
Views: 2,527
|
Forum: Filterscripts
26/06/2018, 09:39 AM
|
Replies: 12
Views: 3,288
|
Forum: Everything and Nothing
08/05/2018, 03:44 AM
|
Replies: 4
Views: 690
|
Forum: Everything and Nothing
21/04/2018, 03:11 AM
|
Replies: 23
Views: 3,188
|
Forum: Scripting Help
08/04/2018, 06:32 PM
|
Replies: 5
Views: 277
|
Forum: Scripting Help
08/04/2018, 06:10 PM
|
Replies: 5
Views: 277
|
Forum: Client Support
04/04/2018, 07:28 PM
|
Replies: 10
Views: 2,656
Re: Dual monitor?
Run sa-mp in windowed mode, it doesn't minimize if you click another app in the other screen.
|
Forum: Includes
02/04/2018, 03:39 AM
|
Replies: 39
Views: 2,908
|
Forum: Scripting Help
28/03/2018, 04:00 PM
|
Replies: 7
Views: 235
|
Forum: Scripting Help
28/03/2018, 03:46 PM
|
Replies: 3
Views: 178
|
Forum: Scripting Help
28/03/2018, 03:35 PM
|
Replies: 4
Views: 247
|
Forum: Scripting Help
28/03/2018, 03:31 PM
|
Replies: 10
Views: 456
Re: White spaces in textdraw
change the textdraw background color to transparent color
PlayerTextDrawBackgroundColor( playerid, td_radio_info2[ playerid ], 0x00000000 ) ;
also do that for td_radio_info1[ playerid ]
|
Forum: Includes
26/03/2018, 09:36 AM
|
Replies: 12
Views: 2,128
Re: OnPlayerClickPlayer (Extended)
Awesome idea, i didn't test it yet whether it works or not.
But i guess, you missed something, you forgot to destroy the object whenever a player leaves?
Otherwise, good job.
|
Forum: Everything and Nothing
26/03/2018, 09:30 AM
|
Replies: 99
Views: 9,115
|
Forum: Everything and Nothing
22/03/2018, 03:19 AM
|
Replies: 41
Views: 3,397
|
Forum: Scripting Help
21/03/2018, 02:35 PM
|
Replies: 5
Views: 241
Re: if return error
(pInfo[playerid][ZombiesKilled] < 1)
you check if a player killed more than one zombie
|
Forum: Everything and Nothing
21/03/2018, 01:22 PM
|
Replies: 41
Views: 3,397
|
Forum: Everything and Nothing
15/03/2018, 09:00 AM
|
Replies: 53
Views: 6,729
|
Forum: Scripting Help
11/03/2018, 12:10 PM
|
Replies: 28
Views: 931
Re: Getting the player kills?
the problem is on your stats command.
in this code:
if(sscanf(params, "s[64]", id)) id = playerid;
"s" specifier is for string while "id" variable is an integer. you can use "r" specifier...
|