04.09.2013, 22:09
Quote:
kkkkkkkkkkkk foi mal eu tava testando pra ver como bota esse pawn code,e como bota aquele outro em baixo ?
|
pawn Код:
if(strcmp("/cityadmin", cmdtext, true, 10) == 0)
{
if(var_preso[playerid] == 1)
{
SendClientMessage(playerid, COR_ERRO, "Vocк estб na cadeia!");
return 1;
}
if(PlayerInfo[playerid][pAdmin] >= 1)
{
new nick2[50], string50[128];
GetPlayerName(playerid, nick2, 21);
format(string50, sizeof(string50), "O Administrador %s foi para a cityadmin", nick2);
SetPlayerPos(playerid, -311.6018,1538.0621,75.5625);//1081.0924,-318.0337,73.9922,154.7747
SendClientMessageToAll(COR_PRINCIPAL, string50);
}
else
{
SendClientMessage(playerid, COLOR_RED, "Sem Permissгo");
}
return 1;
}
@Obs й pouco ter 23 ou 25 caracteres para o nome!