Tag MisMatch
#2

Код:
{
	SetPlayerPos(playerid, -1935.985, 231.728, 34.1546);
	SendClientMessageToAll(playerid, yellow, "%s Has been teleported at Tune 1",dsname);
	new dsname[MAX_PLAYER_NAME];
	new string[128];
                
	format(string, sizeof(string), "~B~You Teleported at ~R~Tune 1");
	GameTextForPlayer(playerid, string, 3000, 4);
}
Should be

Код:
{
	new dsname[MAX_PLAYER_NAME];
	new string[128];
	SetPlayerPos(playerid, -1935.985, 231.728, 34.1546);
	SendClientMessageToAll(playerid, yellow, "%s Has been teleported at Tune 1",dsname);
                
                
	format(string, sizeof(string), "~B~You Teleported at ~R~Tune 1");
	GameTextForPlayer(playerid, string, 3000, 4);
}
Thats for the error about dsname, not sure if it will fix that error, but its worth a try.
Can you indicate which lines give the type mismatch?

I'm new to pawno and also learn on the way.
Reply


Messages In This Thread
Tag MisMatch - by Windrush - 08.09.2012, 16:13
Re: Tag MisMatch - by Hyperfire - 08.09.2012, 17:18
Re: Tag MisMatch - by Windrush - 08.09.2012, 18:46
Re: Tag MisMatch - by MarkoN - 08.09.2012, 18:50
Re: Tag MisMatch - by Hyperfire - 08.09.2012, 18:53
Re: Tag MisMatch - by MarkoN - 08.09.2012, 18:57

Forum Jump:


Users browsing this thread: 2 Guest(s)