14.02.2012, 20:01
(
Last edited by WLSF; 14/02/2012 at 08:55 PM.
)
Quote:
|
/tapa melhorado, agora o player й setado para cima e recebe aceleraзгo para baixo
Code:
stock Tapa(playerid){
new Float:x;
new Float:y;
new Float:z;
GetPlayerPos(playerid,x,y,z);
SetPlayerPos(playerid,x,y,z+5);
SetPlayerVelocity(playerid,0.0,0.0,-0.4525);
}
|
Vai vendo cуdigos deste nнvel, e distribuindo sua criatividade em funзхes que muitas vezes sгo improvisadas...
\/
pawn Code:
stock LimparChat(linhas) {
new cc = 0;
for(new ii; ii<=GetMaxPlayers(); ++ii) {
while(cc < linhas) {
SendClientMessageTo(ii, -1, " " );
cc++;
}
}
return linhas;
}
@EDIT
pawn Code:
stock LimparChat(linhas) {
new cc = 0;
while(cc < linhas) {
SendClientMessageToAll( -1, " " );
cc++;
}
return linhas;
}


