[ Scripting Help ] Help Me + Rep
#4

Write in your own language and use ****** Translate to translate it to English.We could probably understand better what you have been trying to tell.

Check this first, one of the languages which you know might have a sub-forum.
http://forum.sa-mp.com/forumdisplay.php?f=33

Your code has a syntax error.
Quote:

if(sscanf(params, "d", familyid))
SendClientMessage(playerid, COLOR_TWAQUA, "Gangs:");
{

Use this instead
Код:
if(sscanf(params, "d", familyid))
	SendClientMessage(playerid, COLOR_TWAQUA, "Usage:/gangs [FamilyID]");
else
{
      SendClientMessage(playerid, COLOR_TWAQUA, "Gangs:");
}
If you were trying to embed colors in a client message, then check this.
Reply


Messages In This Thread
[ Scripting Help ] Help Me + Rep - by Jekrz - 24.05.2015, 07:33
Re: [ Scripting Help ] Help Me + Rep - by SoFahim - 24.05.2015, 07:58
Re: [ Scripting Help ] Help Me + Rep - by Jekrz - 24.05.2015, 08:00
Re: [ Scripting Help ] Help Me + Rep - by Yashas - 24.05.2015, 10:47
Re: [ Scripting Help ] Help Me + Rep - by Konstantinos - 24.05.2015, 11:03
Re: [ Scripting Help ] Help Me + Rep - by Jekrz - 25.05.2015, 05:13

Forum Jump:


Users browsing this thread: 1 Guest(s)