/Pm system
#5

told u to put that under OnPlayerCommandText :

Код:
new cmd[256];
  new tmp[256];
  new Message[256];
  new gMessage[256];
  new pName[MAX_PLAYER_NAME+1];
  new iName[MAX_PLAYER_NAME+1];
  new idx;
Bottom of script :
Код:
stock strrest(const string[], &index)
{
	new length = strlen(string);
	while ((index < length) && (string[index] <= ' '))
	{
		index++;
	}
	new offset = index;
	new result[128];
	while ((index < length) && ((index - offset) < (sizeof(result) - 1)))
	{
		result[index - offset] = string[index];
		index++;
	}
	result[index - offset] = EOS;
	return result;
}
________
Marijuana Medical
Reply


Messages In This Thread
/Pm system - by yoan103 - 24.02.2010, 10:10
Re: /Pm system - by geerdinho8 - 24.02.2010, 10:13
Re: /Pm system - by aircombat - 24.02.2010, 10:14
Re: /Pm system - by yoan103 - 24.02.2010, 10:15
Re: /Pm system - by aircombat - 24.02.2010, 10:17
Re: /Pm system - by yoan103 - 24.02.2010, 10:19
Re: /Pm system - by aircombat - 24.02.2010, 10:22
Re: /Pm system - by yoan103 - 24.02.2010, 10:27
Re: /Pm system - by aircombat - 24.02.2010, 10:29
Re: /Pm system - by GaGlets(R) - 24.02.2010, 10:31

Forum Jump:


Users browsing this thread: 1 Guest(s)