Reaction Test Bug
#1

i got an reaction test from internet and if players type in brackets {123456} or 6 numbers in brackets thy win event!

how could i fix??so nothing appear??
Reply
#2

Could you provide more details regarding your issue please, so we can have a clue on what's wrong there?
Reply
#3

yes, theres an event and people to win they type {123456} and the win the event mini..

" %s type :%s to win 1000$"
Reply
#4

anyone??
Reply
#5

Post your codes...
Reply
#6

Return 0 after they win. This stops the original text from being sent to the chat.

https://sampwiki.blast.hk/wiki/OnPlayerText
Reply
#7

Put this under your OnPlayerText function:

Код:
	if(!strlen(text))
	{
	 	SendClientMessage(playerid, 0xffffffff, "ERROR!!! You need to install Windows XP in order to do this!");
		return 0;
	}
Reply
#8

fixed!! thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)