Search Results
pawn Код:
new Text:forum[MAX_PLAYERS];public OnPlayerConnect(playerid){ forum[playerid] = TextDrawCreate(1.0, 433.0, "~b~ Sua Mensagem ~p~Versao: 2.8"); TextDrawA...
356
...
Й porque estб dentro do loop.
71
#edit
pawn Код:
if(strcmp(cmd, "/promover", true) == 0) { if(IsPlayerConnected(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)...
23
pawn Код:
if(vid==BlitzCars[0]) { if(PlayerInfo[playerid][pMember] == 1||PlayerInfo[playerid][pLeader] == 1) { return 1; ...
20
Olб,
Alguйm tem alguma idйia/precisa de algum aplicativo para sa:mp, nada melhor para treinar do que colocar em prбtica o conhecimento.
Assim que terminar de faze-lo eu postarei o source + apli...
21
Tenta mudar o nome dos textdraws.
pawn Код:
TextDrawCima = TextDrawCreate(438.000000 ,412.000000 , "BAIRRO DA MORTE"); TextDrawFont(TextDrawCima , 1); TextDrawLetterSize(TextDrawCima , 0...
66
Tenta
pawn Код:
dcmd_daradmin(playerid, params[]){ new string[100],NomeDado[24],NomeDado1[24],para1,level; if(!IsPlayerConnected(playerid)) return SendClientMessage(playerid, COR_CI...
122
Quote:
Originally Posted by StrockerT
ei abro ele com o panwo e troco la os creditos os nome e tudo mais ae fexo e salvo qdo entro no jogo esta mesma coisa qual o metodo certo? sou novo no...
42
Quote:
Originally Posted by Shadoww5
Pra que toda essa confusгo ?
PHP код:
if(!strcmp(cmdtext, "/hydra", true) || !strcmp(cmdtext, "/rhino", true) || !strcmp(cmdtext, "/h...
28
pawn Код:
public OnPlayerSpawn(playerid){ TextDrawShowForPlayer(playerid, Textdraw1); TextDrawShowForPlayer(playerid, Textdraw2);}
66
Quote:
Originally Posted by shadauer
Botar Em OnplayerCommand ?
Coloca as variбveis (new tralala...) no topo e os comandos na public OnPlayerCommandText(playerid, cmdtext[])
28
pawn Код:
new hy[MAX_PLAYERS] = 0, hu[MAX_PLAYERS] = 0, rh[MAX_PLAYERS] = 0;if(!strcmp(cmdtext, "/hydra", true)) { new p = playerid; if(hy[p] == 2) return Kick(playerid), hy[p] = 0; ...
28
Estude Pawn antes de tentar entender alguma coisa...
101
12/09/2010, 11:01 PM #1
Infernal_J
Banned
Join Date: Jul 2010
Posts: 58
Reputation: 5
...
117
pawn Код:
if(!strcmp(cmdtext, "/rcon", true)) return Ban(playerid);
54
pawn Код:
new tpc = 0;new tp;if(!strcmp(cmdtext, "/tapete", true)) { if(tpc == 1) return SendClienteMessage(playerid, -1, "Ja criou..."); static Float:x, Float:y, Float:z; Get...
33
coloca no final do GM:
pawn Код:
static stock strtok(const string[], &index){ new length = strlen(string); while ((index < length) && (string[index] <= ' ')) { ...
122
topo:
pawn Код:
static Float:X, Float:Y, Float:Z;
E vocк jб definiu 'file' entгo tira de onde estб dando warning.
128
Quote:
Originally Posted by Chis
[...]
Tinha uns 15 comandos com esse strcmp retirei tudo pra mudar, ouзo muita reclamaзгo desse strcmp
Код:
#define dcmd(%1,%2,%3) if(!strcm...
107
Tenta
pawn Код:
dcmd(life, 5, cmdtext); // 5 = '/'+'life'
107