Search Results
pawn Код: //toponew AFK[MAX_PLAYERS];//onplayercommandtextif(!strcmp(cmdtext,"/afk",true)){    if(AFK[playerid] == 1) return SendClientMessage(playerid,-1,"Vocк jб estб AFK! digite /sairafk!"...
81
pawn Код: //--------------------Portoes que eu vou criar xD----------------    if(strcmp(cmdtext, "/abrirportao", true) == 0)    {    if PlayerToPoint(15.0, playerid,2805.2397,-1469.8914,19....
73
Quote: Originally Posted by Chis (1329) : error 017: undefined symbol "playerid" pawn Код: if(LevelInfo[playerid][Admin] >= 1) Troque pawn Код: if(LevelInfo[playerid][Admin...
200
pawn Код: if(strcmp(cmd, "/trabalhar", true) == 0)    {            if(!IsPlayerConnected(playerid)) return SendClientMessage(playerid, COR_BRANCO, "Vocк nгo estб conetado!");       ...
191
final do gm: pawn Код: forward MSGAdmin(color, string[]);public MSGAdmin(color, string[]){    for(new i = 0; i< MAX_PLAYERS; i++)    {        if(IsPlayerConnected(i))        {    ...
200
Vocк estб colocando isso em OnGameModeInit? Se sim , vocк precisa criar um loop para rodar isso , pois essa callback nгo possui o parametro ' playerid ' entгo faзa isso: pawn Код: for(new i=...
121
pawn Код: new string[128];
75
Isso deveria ser postado em cуdigos ъteis ._. Aqui ! E eu acho que jб deve existir algo do tipo em cуdigos ъteis (:
418
Isso й um pedido , nгo uma ajuda ¬¬' @@ Cara , tem milhares de sistemas VIP por ai , se vocк for esperto consegue pegar um , e editar para o jeito que vocк quer, ( se nгo jб existir um do je...
126
Quote: Originally Posted by [LF]PlaYer Hm, tabem prefiro ,mas vlw, й pq eu uso o Tidy Pawn do Draco Blue, pq eu tenho preguiзa de sair identando -Q Entao as Chaves vem Assim: pawn Ð...
88
Dб no mesmo , rs mais sinceramente eu prefiro a forma 3, pois as vezes eu me embolo com chaves igual da forma 1 e 2 e acabo fazendo "M" no script :/
88
Muito "Show" mano *-* , gostei dos objetos andando +REP!
514
pawn Код: //publicpublic AtualizarPing(){    new string[ 44 ];    for( new i = 0; i < MAX_PLAYERS; i++ )    {        if( IsPlayerConnected( i ) )        {            format(...
120
Quote: Originally Posted by cezaro Tenta mudar isso pawn Код: senhaacc = INI_ReadString("Senha"); para pawn Код: senhaacc = INI_ReadString(file, "Senha"); Ele usa SII, e ...
224
pawn Код: if(response == 1)    {        if(strlen(inputtext))        {            INI_Open(str);            new senhaacc[256];            senhaacc = INI_ReadString("Sen...
224
pawn Код: stock TopPlayersOnline(playerid){    new string[256];    while(Percorrido < 10) {        for(new i; i < 500; i++)  if(IsPlayerConnected(i)) {            if(GetPlayer...
78
pawn Код: if(strcmp(cmd, "/pm", true) == 0)        {            GetPlayerName(playerid, playername, sizeof(playername));            GetPlayerName(giveplayerid, giveplayername, size...
50
pawn Код: public OnPlayerEnterCheckpoint(playerid){    new Check = CPS_GetPlayerCheckpoint(playerid);    if(Check == menuagencia)    {        SendClientMessage(playerid, 0x008080AA, "~~~...
199
Quote: Originally Posted by Allanrokeiro Tente: pawn Code: new muca[4][256] = {"Equipe Oz Brs - Real Life","Equipe Oz Brs - Real Life","Equipe Oz Brs - Real Life","Equipe Oz Brs - Real L...
264
Atah , deixa eu ver se eu entendi, vocк quer que alguйm crie isso para vocк? se eu estiver errado porfavor me corrigi ! @EDIT Existe vбrios sistemas de famнlia na net, basta vocк achar um e a...
102