Search Results
Com um plugin dб, sу n me lembro qual й.
231
Quote: Originally Posted by [RoxX]Ygor Esse code й do GameMode do Muca eu acho, porque o se fosse o do TC foi arrumado pelo Diego. E o GameMode do Muca foi de que GameMode ? Do TC. E e...
166
pawn Код: for(new i = 0; i < MAX_PLAYERS; ++i){    if(Org[i] == talorg)     {        SendClientMessage(i, ...);    }}
112
GM do The Crimes, tenso. Nesse GM jб tem o bang de nгo sacar valor negativo.
166
pawn Код: if(IsPlayerInAnyVehicle(killerid)){    new sendername[MAX_PLAYER_NAME], nome[MAX_PLAYER_NAME];    GetPlayerName(playerid, sendername, sizeof(sendername));    GetPlayerName(killerid...
155
Assim, esse й pra criar qualquer carro: pawn Код: if(strcmp(cmdtext, "/criarcarro", true) == 0){    if(IsPlayerAdmin(playerid))    {        new tmp[256], id, Float:x, Float:y, Float:z, F...
83
Coloca um SetTimer de 1 em 1 segundo, ai, vai diminuindo o count, e coloca um if para quando o count chegar ao 0, ele voltar ao 5.
173
Nгo usa static sName[11], usa new sName[24].
77
E meu Deus.... pawn Код: if(strcmp(cmd, "/kickar", true) == 0){    if(IsPlayerAdmin(playerid))    {        new tmp[256], id, msg[256], pname[MAX_PLAYER_NAME], nome[MAX_PLAYER_NAME];    ...
220
Quote: Originally Posted by Shickcard pawn Код: public OnPlayerStateChange( playerid, newstate, oldstate){ if (newstate == PLAYER_STATE_DRIVER) {    new vid = GetPlayerVehicleID(pl...
155
Eu jб li sobre isso na wiki samp, mas nгo entendi nada.
152
Eu faria assim: pawn Код: public OnPlayerStateChange( playerid, newstate, oldstate){    if (newstate == PLAYER_STATE_DRIVER)    {        new vid = GetPlayerVehicleID(playerid);       ...
155
Oi (: Eu queria saber, como uso essas duas funзхes, fiz um teste no meu servidor pra ver se eu entendia, e nгo consegui entender. Quem puder responder, agradeзo.
152