[QUESTION]Just a little question
#1

Ok i want to know why when i walk in my maker it says "*House type /enter to enter".

I did not Send a client message.
Reply
#2

gametext
Reply
#3

can we see your code? =)
Reply
#4

Open script press CTRL+F type *House type /enter to enter ..Press OK when you find it delete that line
Reply
#5

Here is my code:

Код:
{
    new pskin = GetPlayerSkin(playerid);
    if(pskin == 265 || pskin == 266 || pskin == 267 || pskin == 280 || pskin == 281 || pskin == 284 || pskin == 285 || pskin == 286 || pskin == 287 || pskin == 288 || pskin == 163 || pskin == 164)
	if(pickupid == pickup_out_yard)
    {
        SetPlayerPos(playerid,2724.3203,678.0167,11.0945);
}
	else
	if (pickupid == pickup_in_yard)
    {
		SetPlayerPos(playerid,2715.6316,678.1606,11.0945);
	}
	return 1;
}
And i searched for it and can't find it anywhere.
Reply
#6

You wanna delete "*House type /enter to enter" or add that?
Reply
#7

Quote:
Originally Posted by maltheus
Посмотреть сообщение
You wanna delete "*House type /enter to enter" or add that?
It is not there or anywhere in my script but when i enter it gives me that.
Reply
#8

Check other scripts and .inc files is there anywhere that text.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)