array is too small [Problem]
#1

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 
(c1997-2006ITB CompuPhase
2 Errors

PHP код:
public OnPlayerDisconnect(playeridreason)
{
    
// IRC
    
new leaveMsg[128], name[MAX_PLAYER_NAME], reasonMsg[8];
    switch(
reason)
    {
        case 
0reasonMsg "Timeout/Crashed";
        case 
1reasonMsg "Leaving";
        case 
2reasonMsg "Kicked/Banned";
    } 
Reply


Messages In This Thread
array is too small [Problem] - by Team_PRO - 02.06.2014, 05:08
Re: array is too small [Problem] - by Adityz - 02.06.2014, 05:11
Re: array is too small [Problem] - by Naresh - 02.06.2014, 05:19
Re: array is too small [Problem] - by Team_PRO - 02.06.2014, 05:45

Forum Jump:


Users browsing this thread: 1 Guest(s)