Jump to content
  • 0

pomoc /zones prikazy


Gamer77

Dotaz

cau mam problem chci udelat prikaz napr /zones ale nejde mi zobrazit kod mam takto :

if (strcmp("/zones", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid, 0x0000BBAA, "Blue zone - Human only zone. Zombie's can't go to that zone");
SendClientMessage(playerid, 0xFFFF00AA, "Yellow zone - War zone ! here you can battle");
SendClientMessage(playerid, 0x275511FF, "Red Zone - Red zone is Zombie Only zone...Human's can't go to that zone");
SendClientMessage(playerid, 0x66CC99AA, "Please respect that zones , or you will get kick or BAN");
}
return 1;

 

 

Jak to ma byt spravne?

Link to comment
Share on other sites

2 odpovědí na tuto otázku

Recommended Posts

  • 0
if (strcmp("/zones", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid, 0x0000BBAA, "Blue zone - Human only zone. Zombie's can't go to that zone");
SendClientMessage(playerid, 0xFFFF00AA, "Yellow zone - War zone ! here you can battle");
SendClientMessage(playerid, 0x275511FF, "Red Zone - Red zone is Zombie Only zone...Human's can't go to that zone");
SendClientMessage(playerid, 0x66CC99AA, "Please respect that zones , or you will get kick or BAN");
return 1;
}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...