Help me on linking commands
#1

remove
Reply
#2

Код:
			    	format(szMessage, sizeof(szMessage), "Gate ID %d (VW: %d)", i, GateInfo[i][gVW]);
			    	SendClientMessageEx(playerid, COLOR_WHITE, szMessage);
			    	format(string, sizeof(string), "PassWord Gate: %s", GateInfo[gateid][gPass])
You've mixed up the ID.

Код:
format(string, sizeof(string), "PassWord Gate: %s", GateInfo[gateid][gPass]
should probably be
Код:
format(string, sizeof(string), "PassWord Gate: %s", GateInfo[i][gPass]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)