22.09.2013, 18:31
їMe puedes pasar todo el cуdigo?
pawn Код:
stock bMessage(playerid, const text[]){
for(new line; line < 6; line ++){
TextDrawShowForPlayer(playerid, mBox[line]);
}
for(new line; line < 6; line++){
TextDrawHideForAll(mBox[line]);
if(line < 5){
mString[line] = mString[line+1];
TextDrawSetString(mBox[line], mString[line]);
}
}
format(mString[5], 128, "%s", text);
TextDrawSetString(mBox[5], mString[5]);
for(new line; line < 6; line++){
TextDrawShowForAll(mBox[line]);
}
}