05.02.2014, 06:28
eso ya lo sabemos, muestra el codigo del Message.
EDIT:
https://sampwiki.blast.hk/wiki/Format
en vez de estas lineas
usa esta
EDIT:
https://sampwiki.blast.hk/wiki/Format
en vez de estas lineas
pawn Код:
Message(playerid, COLOR_GRAD2, PlayerInfo[playerid][pSMS_5]);
pawn Код:
new data[100];
format(data,sizeof(data),"%s",PlayerInfo[playerid][pSMS_5]);
Message(playerid,-1,data);