GameTextForPlayer
#1

When i do that Change the SendClientMessage To GameTextForPlayerab And It Shows me error

Error Code
Код:
C:\Users\Subang\Desktop\Ultimate Cops N Robbers1\gamemodes\Team-TU.pwn(11512) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Subang\Desktop\Ultimate Cops N Robbers1\gamemodes\Team-TU.pwn(11512) : warning 215: expression has no effect
C:\Users\Subang\Desktop\Ultimate Cops N Robbers1\gamemodes\Team-TU.pwn(11512) : warning 215: expression has no effect
C:\Users\Subang\Desktop\Ultimate Cops N Robbers1\gamemodes\Team-TU.pwn(11512) : error 001: expected token: ";", but found ")"
C:\Users\Subang\Desktop\Ultimate Cops N Robbers1\gamemodes\Team-TU.pwn(11512) : error 029: invalid expression, assumed zero
C:\Users\Subang\Desktop\Ultimate Cops N Robbers1\gamemodes\Team-TU.pwn(11512) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
The Code And The Line
Код:
	if(getCheckpointType(playerid) == CP_BincoMain)
	{
	    if(IsPlayerInAnyVehicle(playerid))
	    {
	        SendClientMessage(playerid,COLOR_ERROR,"You must exit your vehicle before entering a checkpoint.");
	        return 1;
		}
       GameTextForPlayer(playerid,"~y~Type /robstore to ~b~rob Cluckin Bell"300,3);
		return 1;
	}
	return 1;
}
Reply


Messages In This Thread
GameTextForPlayer - by Patrick - 03.11.2012, 19:02
Re: GameTextForPlayer - by Patrick - 03.11.2012, 19:31
Re: GameTextForPlayer - by Stu1 - 03.11.2012, 19:33
Re: GameTextForPlayer - by YoYo123 - 03.11.2012, 19:33
Re: GameTextForPlayer - by Patrick - 03.11.2012, 19:38
Re: GameTextForPlayer - by Stu1 - 03.11.2012, 19:41
Re: GameTextForPlayer - by Patrick - 03.11.2012, 20:05

Forum Jump:


Users browsing this thread: 2 Guest(s)