10.04.2013, 10:24
Getting some errors now ;S
C:\Users\Skole\Desktop\Samp server\filterscripts\System.pwn(179) : error 047: array sizes do not match, or destination array is too small
C:\Users\Skole\Desktop\Samp server\filterscripts\System.pwn(180) : error 047: array sizes do not match, or destination array is too small
C:\Users\Skole\Desktop\Samp server\filterscripts\System.pwn(183) : error 047: array sizes do not match, or destination array is too small
C:\Users\Skole\Desktop\Samp server\filterscripts\System.pwn(186) : error 047: array sizes do not match, or destination array is too small
following lines which is errors on:
183
179
186
180
please help me :S
C:\Users\Skole\Desktop\Samp server\filterscripts\System.pwn(179) : error 047: array sizes do not match, or destination array is too small
C:\Users\Skole\Desktop\Samp server\filterscripts\System.pwn(180) : error 047: array sizes do not match, or destination array is too small
C:\Users\Skole\Desktop\Samp server\filterscripts\System.pwn(183) : error 047: array sizes do not match, or destination array is too small
C:\Users\Skole\Desktop\Samp server\filterscripts\System.pwn(186) : error 047: array sizes do not match, or destination array is too small
PHP код:
switch (PInfo[playerid][Level])
{
case 1: szString = "Trial admin";
case 2: szString = "Low Admin";
case 3: szString = "Junior Admin";
case 4: szString = "Senior Admin";
case 5: szString = "Admin";
case 6: szString = "High Admin";
case 7: szString = "Expert Admin";
case 8: szString = "Head Admin";
case 9: szString = "Lead Admin";
case 10: szString = "Server Owner";
183
179
186
180
please help me :S