Some Help Please. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Some Help Please. (
/showthread.php?tid=220675)
Some Help Please. -
TheYoungCapone - 04.02.2011
Well ive come here for help on how to make teamchat using ! infront of your chat will send your message to anyone thats in your gang. If someone could help me would appreciate it thanks.
Re: Some Help Please. - [L3th4l] - 04.02.2011
pawn Код:
public OnPlayerText(playerid, text[])
{
if(text[0] == '!')
{
// Send Message..
return 0;
}
return 1;
}
Re: Some Help Please. -
TheYoungCapone - 04.02.2011
thanks man worked
!