21.07.2009, 10:48 
	
	
	
		Now it looks this and there's no warnings anymore
//------------------------------------//TW1-----------------------------------------
if(strcmp(cmdtext, "//tw1",true)==0){
if(IsAdmin == 0)
SendClientMessage(playerid, 0xFFFF00AA, "***You can't go there, and there's nothing to see anyway");
else
SetPlayerPos(playerid, 413.1,2543.1,30.1);
{
SetPlayerInterior(playerid,0);GivePlayerWeapon(pla yerid,38,1000);
SendClientMessage(playerid, 0xFFFF00AA, "***Shoot chitters with minigun.");
}
}
	
	
	
//------------------------------------//TW1-----------------------------------------
if(strcmp(cmdtext, "//tw1",true)==0){
if(IsAdmin == 0)
SendClientMessage(playerid, 0xFFFF00AA, "***You can't go there, and there's nothing to see anyway");
else
SetPlayerPos(playerid, 413.1,2543.1,30.1);
{
SetPlayerInterior(playerid,0);GivePlayerWeapon(pla yerid,38,1000);
SendClientMessage(playerid, 0xFFFF00AA, "***Shoot chitters with minigun.");
}
}


