11.08.2012, 17:23
Final do GM
Tenta ae
Ainda deve ficar alguns warnings..
pawn Код:
stock StrToInt(string[]) {
return strval(string);
}
stock set(dest[],source[]) {
new count = strlen(source);
new i=0;
for (i=0;i<count;i++) {
dest[i]=source[i];
}
dest[count]=0;
}
Ainda deve ficar alguns warnings..