02.06.2014, 05:08
PHP код:
C:\Users\Matt\Desktop\SAMP\UMRP\gamemodes\UMRP.pwn(7161) : error 047: array sizes do not match, or destination array is too small
C:\Users\Matt\Desktop\SAMP\UMRP\gamemodes\UMRP.pwn(7163) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
PHP код:
public OnPlayerDisconnect(playerid, reason)
{
// IRC
new leaveMsg[128], name[MAX_PLAYER_NAME], reasonMsg[8];
switch(reason)
{
case 0: reasonMsg = "Timeout/Crashed";
case 1: reasonMsg = "Leaving";
case 2: reasonMsg = "Kicked/Banned";
}