<<<<<<<<please help >>>>>>>>> - 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: <<<<<<<<please help >>>>>>>>> (
/showthread.php?tid=266789)
<<<<<<<<please help >>>>>>>>> -
MA_proking - 06.07.2011
I can't able to chat on server what is the problem
Re: <<<<<<<<please help >>>>>>>>> -
Outcast - 06.07.2011
Maybe provide us some code?
Re: <<<<<<<<please help >>>>>>>>> -
SmileyForCheat - 06.07.2011
You Using System What?
Re: <<<<<<<<please help >>>>>>>>> -
MA_proking - 06.07.2011
I m using window
Re: <<<<<<<<please help >>>>>>>>> -
Mauzen - 06.07.2011
Wow, it is impossible to help you this way guy.
At least tell us what script you are using.
Re: <<<<<<<<please help >>>>>>>>> -
SwatOwner - 06.07.2011
damn proking easy no script needed
just use 0.3 r2 R3 don't works
Re: <<<<<<<<please help >>>>>>>>> -
SmileyForCheat - 06.07.2011
Quote:
Originally Posted by MA_proking
I m using window
|
Not That Stupid I mean Script What You Use
Re: <<<<<<<<please help >>>>>>>>> -
Naruto_Emilio - 06.07.2011
Try to change your Gamemode if it doesn't work then reinstall samp.
Re: <<<<<<<<please help >>>>>>>>> - Deskoft - 06.07.2011
First of all, put a descriptive title, things like '<<<<<<<<<<<<<<<<<HEEEELP>>>>>>>>>>>>>' are against the rules.
Most likely it's the script you use.
Re: <<<<<<<<please help >>>>>>>>> -
langricr - 06.07.2011
Make sure you are returning 1 during OnPlayerText to prevent the script from interrupting the text.
Код:
public OnPlayerText(playerid, text[])
{
return 1;
}