Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- stock LimparChat(linhas) {
- new cc = 0;
- for(new ii; ii<=GetMaxPlayers(); ++ii) {
- while(cc < linhas) {
- SendClientMessageTo(ii, -1, " " );
- cc++;
- }
- }
- return linhas;
- }
- // OU...
- stock LimparChat(linhas) {
- for(new nn; nn < linhas; ++nn) {
- SendClientMessageToAll( -1, " " );
- }
- return linhas
- }
Advertisement
Add Comment
Please, Sign In to add comment