Jump to content

Question

Posted

 if(PlayerInfo[playerid][Level] >= 12)
	{
           new messagetext[512];
	   format(messagetext, 512, ""W"(ID:%d)"COL_YELLOW"[OWNER]"COL_PINK": %s", playerid, text);
	   SendPlayerMessageToAll(playerid, messagetext);
	   return 0;
	 }

Va dati seama din imagine ->sa_mp_064.jpg

[glow=blue,2,300]SAMP.[glow=yellow,2,300]RSP-GAME[glow=red,2,300].NET[/glow][/glow][/glow]

6 answers to this question

Recommended Posts

Posted

Am incercat dar nu e de la marimea stringului..

[glow=blue,2,300]SAMP.[glow=yellow,2,300]RSP-GAME[glow=red,2,300].NET[/glow][/glow][/glow]

Posted

[pawn]format(messagetext, 512, ""W"(ID:%d)"COL_YELLOW"[OWNER]"COL_PINK": %s", playerid, text);[/pawn]

Incearca sa folosesti asa :

[pawn]format(mesagetext, 512, "{FFFF00}[OWNER]:{FF66FF} %s.", playerid, text);[/pawn]

* Poti tu sal modifici si sal faci ca ala de sus daca doresti . Sper ca team ajutat.

Invat ca sa Invat.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.