CLEO Help %s and %d no longer work in chatmsg?

CLEO related
Status
Not open for further replies.

Snaiper

Member
Joined
Jun 29, 2015
Messages
8
Reaction score
0
for example:
Code:
3@ = SAMP.GetActorHandleByPlayerID(2@)
4@ = SAMP.GetPlayerNickname(2@)
chatmsg "Player %s has ID %d." 4634665 4@ 2@

This worked okay in 0.3z with SAMPFUNCS 5.1.2.

In 0.3.7 with SAMPFUNCS 5.2.1 the result is:

"PLAYER has ID D."
wtf

Should I use %x or something?
 
Status
Not open for further replies.
Top