Tut msgs
#7

Quote:
Originally Posted by James_Nick
Посмотреть сообщение
Код:
new Tutorial[][] =
{
	if(PlayerInfo[playerid][pLevel] < 3);
   	{
		SendClientMessage(playerid, COLOR_BLUE, "[Tutorial] Ovaj tutorial ce da traje do vaseg 3 levela! ");
		SendClientMessage(playerid, COLOR_BLUE, "[Tutorial] Nemate posao idite u opstinu zaposlite se ! ");
		SendClientMessage(playerid, COLOR_BLUE, "[Tutorial] Uvek postujte jace igrace od sebe! ");
		SendClientMessage(playerid, COLOR_BLUE, "[Tutorial] Za pomoc obratite se na /askq!");
  	}
  	SetTimer("Tutorial", 30000, 1);
	return 1;
)
Seems like you need glasses!
Look at my code:

PHP код:
new Tutorial[][] =
{
    if(
PlayerInfo[playerid][pLevel] <= 3);// I added <
       
{
        
SendClientMessage(playeridCOLOR_BLUE"[Tutorial] Ovaj tutorial ce da traje do vaseg 3 levela! ");
        
SendClientMessage(playeridCOLOR_BLUE"[Tutorial] Nemate posao idite u opstinu zaposlite se ! ");
        
SendClientMessage(playeridCOLOR_BLUE"[Tutorial] Uvek postujte jace igrace od sebe! ");
        
SendClientMessage(playeridCOLOR_BLUE"[Tutorial] Za pomoc obratite se na /askq!");
      }
      
SetTimer("Tutorial"300001);
    return 
1;

Make sure you look good before judging someone.
Reply


Messages In This Thread
Tut msgs - by Dusan01 - 24.10.2012, 19:11
Re: Tut msgs - by HyDrAtIc - 24.10.2012, 19:15
Re: Tut msgs - by Dusan01 - 24.10.2012, 19:18
Re: Tut msgs - by HyDrAtIc - 24.10.2012, 19:19
Re: Tut msgs - by ThePhenix - 24.10.2012, 19:20
Re: Tut msgs - by HyDrAtIc - 24.10.2012, 19:23
Re: Tut msgs - by ThePhenix - 24.10.2012, 19:25
Re: Tut msgs - by ViniBorn - 24.10.2012, 19:28
Re: Tut msgs - by Dusan01 - 24.10.2012, 19:33
Re: Tut msgs - by HyDrAtIc - 24.10.2012, 19:37

Forum Jump:


Users browsing this thread: 5 Guest(s)