SA-MP Forums Archive
help me plz - 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)
+--- Thread: help me plz (/showthread.php?tid=589623)



help me plz - sayaunta - 21.09.2015

http://imgur.com/srrgXyC <---------(LINKS TO MY PROBLEM)wats wrog? error 010


Re: help me plz - Jastak - 21.09.2015

wtf??


Re: help me plz - sayaunta - 21.09.2015

help me plz...


Re: help me plz - X337 - 21.09.2015

Quote:
Originally Posted by sayaunta
Посмотреть сообщение
help me plz...
How the fuck we can help you?
Go home kid, you're drunk.


Re: help me plz - sayaunta - 21.09.2015

Quote:
Originally Posted by X337
Посмотреть сообщение
How the fuck we can help you?
Go home kid, you're drunk.
why??


Re: help me plz - ghost556 - 21.09.2015

Upload the photo to http://imgur.com/ or any other websites like that and give us a link to the photo.


Re: help me plz - sayaunta - 21.09.2015

Quote:
Originally Posted by ghost556
Посмотреть сообщение
Upload the photo to http://imgur.com/ or any other websites like that and give us a link to the photo.
oh....ok done ...sry abut dat


Re: help me plz - ghost556 - 21.09.2015

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/rumahcj", cmdtext, true, 10) == 0)
        {
		// Your stuff (rsetting player pos, message)
		return 1;
	}
	if (strcmp("/chilliad", cmdtext, true, 10) == 0)
	{
		// Your stuff (rsetting player pos, message)
		return 1;
	}
	return 0;
}
Try that, adding your own stuff through the comments, i believe it was a missing bracket in your first command.


Re: help me plz - sayaunta - 21.09.2015

Quote:
Originally Posted by ghost556
Посмотреть сообщение
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/rumahcj", cmdtext, true, 10) == 0)
        {
		// Your stuff (rsetting player pos, message)
		return 1;
	}
	if (strcmp("/chilliad", cmdtext, true, 10) == 0)
	{
		// Your stuff (rsetting player pos, message)
		return 1;
	}
	return 0;
}
Try that, adding your own stuff through the comments, i believe it was a missing bracket in your first command.
OH IC.. i miss some ....sry ya....i learning....thank....