24.02.2010, 10:17
(
Последний раз редактировалось aircombat; 08.04.2011 в 09:50.
)
told u to put that under OnPlayerCommandText :
Bottom of script :
________
Marijuana Medical
Код:
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;
Код:
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