Small Error
#1

anyone !?
Quote:

C:\Users\GeekSiMo\Desktop\Xtremies Server\gamemodes\GM.pwn(3907) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Quote:

PlayerInfo[playerid][HitContract] = "Noone";

Reply
#2

pawn Код:
format( PlayerInfo[ playerid ][ HitContract ],28,"Noone");
Reply
#3

Function might be useful:

pawn Код:
stock myStrcpy(dest[], src[]) //By Alex "******" Cole
{
    new i = 0;
    while ((dest[i] = src[i])) i++;
}
pawn Код:
myStrcpy(PlayerInfo[playerid][HitContract], "Noone");
Reply
#4

Thanks Alll !!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)