SA-MP Forums Archive
[QUESTION]Just a little question - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [QUESTION]Just a little question (/showthread.php?tid=174159)



[QUESTION]Just a little question - zack3021 - 04.09.2010

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.


Re: [QUESTION]Just a little question - WillyP - 04.09.2010

gametext


Re: [QUESTION]Just a little question - Ironboy500[TW] - 04.09.2010

can we see your code? =)


Re: [QUESTION]Just a little question - Dime - 04.09.2010

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


Re: [QUESTION]Just a little question - zack3021 - 04.09.2010

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.


Re: [QUESTION]Just a little question - Dime - 05.09.2010

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


Re: [QUESTION]Just a little question - zack3021 - 05.09.2010

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.


Re: [QUESTION]Just a little question - Dime - 05.09.2010

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