What is this function?

notgood

Active member
Joined
Feb 3, 2017
Messages
49
Reaction score
0
1RrAnlE.png


What is the samp function that prints the text aimbot enabled?
 

PlasticBottle

Active member
Joined
Jul 13, 2016
Messages
162
Reaction score
1
-
Code:
printf "Aimbot ~g~enabled" 1000
It's not a pawn function, but a cleo one. 
Although you can do the same using pawn: 
Tutorial from sa-mp forums
How to show the same line as your example:
GameTextForPlayer_(playerid, "Aimbot ~g~enabled", 1000, 9, color = DEFAULT_COLOR);

^Notice the "_" at the end of the function, because it's not a default one, it's added by the small library in the link above
 
Top