17.02.2013, 10:57
(
Последний раз редактировалось iamkevin; 17.02.2013 в 17:00.
)
I searched all over the SA-MP wiki and there was nothing concerning this.
This is crashing the NPC. Even strfind crashes the npc. Is it a bug in the 0.3x sa-mp server version?
The crash is happening any time it calls strfind or strcmp in the OnClientMessage. (on npcmodes only)
Код:
public OnClientMessage(color, text[]) { if(text[0] != '/' || color != *****_Message_Color) return; if(strcmp(text, "/walk", true) == 0) {
The crash is happening any time it calls strfind or strcmp in the OnClientMessage. (on npcmodes only)