-
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