SA-MP Forums Archive
BUG NO /DARLIDER - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: BUG NO /DARLIDER (/showthread.php?tid=443843)



BUG NO /DARLIDER - gusttavotc - 14.06.2013

bom , quando eu uso o /darlider nгo aparece a skin , nгo anuncia que tem novo lider na org e nгo fica o nome no /orgs
alguem pode me ajudar ?
Quote:

dcmd_darlider(playerid, params[])
{
if(Player[playerid][pAdmin] < 6)
return SendClientMessage(playerid, COLOR_RED, "[ERRO] Vocк nгo tem permissгo para usar este comando!");

new tmp[24], idx; tmp = strtok(params, idx);
if(!strlen(tmp))
return SendClientMessage(playerid, COLOR_GREY, "[USO] /darlider [id/nick] [Number(1-22)]");

new level;
new year, month,day;
getdate(year, month, day);
new hour,minuite,second;
gettime(hour,minuite,second);
new giveid = ReturnUser(tmp);
tmp = strtok(params, idx);
level = strval(tmp);
if(level > 24 || level < 0)




Re: BUG NO /DARLIDER - MonFiTy - 14.06.2013

use [*PAWN] [/*PAWN] nos cod sem os *


Re: BUG NO /DARLIDER - gusttavotc - 14.06.2013

Quote:
Originally Posted by MonFiTy
Посмотреть сообщение
use [*PAWN] [/*PAWN] nos cod sem os *
como assim ? faz ae pra mim ver como й eu nгo entendi


Re: BUG NO /DARLIDER - MonFiTy - 14.06.2013

e.e edito errado la em tinha mais cod
exemplo
pawn Код:
dcmd_darlider(playerid, params[])
{
if(Player[playerid][pAdmin] < 6)
return SendClientMessage(playerid, COLOR_RED, "[ERRO] Vocк nгo tem permissгo para usar este comando!");

new tmp[24], idx; tmp = strtok(params, idx);
if(!strlen(tmp))
return SendClientMessage(playerid, COLOR_GREY, "[USO] /darlider [id/nick] [Number(1-22)]");

new level;
new year, month,day;
getdate(year, month, day);
new hour,minuite,second;
gettime(hour,minuite,second);
new giveid = ReturnUser(tmp);
tmp = strtok(params, idx);
level = strval(tmp);
if(level > 24 || level < 0)



Re: BUG NO /DARLIDER - gusttavotc - 14.06.2013

Passa seu Skype ?


Re: BUG NO /DARLIDER - MonFiTy - 14.06.2013

Mon.Rodrigo


Re: BUG NO /DARLIDER - gusttavotc - 14.06.2013

Aceita la manin


Re: BUG NO /DARLIDER - DannielCooper - 14.06.2013

Se eu fosse vocк, colocaria strcmp como processador de comandos do seu GM.


Re: BUG NO /DARLIDER - ProKillerpa - 14.06.2013

strcmp?

HAHAHAHAHAHAHAH


Re: BUG NO /DARLIDER - BielCOP - 14.06.2013

Quote:
Originally Posted by ProKillerpa
Посмотреть сообщение
strcmp?

HAHAHAHAHAHAHAH
Algum problema contra Strcmp ?

Uso Strcmp e nao tenho medo de dizer que uso, nem vergonha.

Para mim, ZCMD й sу garbo elegante.

Й claro, uso o mesmo acima, porйm nao vamos desvalorizar a CommandText, pois atй o ****** codou com ela