Search Results
Quote: Originally Posted by Bruno da Silva Sim Manow Ele me deu para Mostrar a hora do BAN Mas eu quero Mais " A Menssagem" Lerem o Titulo do Tуpico? "Mesagem Ao Ser BAN" Entгo nao seria...
306
Isso nгo й tutorial, й cуdigo pronto. Em um tutorial deve se explicar aonde coloca cada funзгo, e para que serve.
222
www.sa-mp.com/download.php Vai lб e baixa o servidor para Windows, e usa os includes que tem na pasta pawno/include.
214
Quote: Originally Posted by ^Psycho^ Too many superfluous actions and 200ms timer - why? Well, the internal timer is 500ms actually, but you can change it the way you like. And there ...
309
Quote: Originally Posted by [03 Garsino ] What if the player buys something from ammunation, clucking bell or any other food resturant? It will detect it as money hacks. No, it won't. I...
309
Description Unlike other similar includes, this is EXTREMELY simple to use. You only need to put #include <moneyprotect> on the top of your code, and the include does all the dirty job. Use A...
309
Introduзгo Diferentemente de outros includes semelhantes, esse aqui й EXTREMAMENTE simples de se usar, bastando adicionar somente #include <moneyprotect> no comeзo do seu gamemode/filterscr...
380
Quote: Originally Posted by Toribio Quote: Originally Posted by [SD BurN ] Faiz muito que nгo te vejo postando na comunidade Pawn/C++ Protioso, morreu e ressucitou somente agor...
539
Mentira. Mas isso й facilmente possнvel usando defines, te darei um exemplo: pawn Code: #define EnviarMensagemParaJogador(%1, %2, %3) SendClientMessage(%1, %2, %3)
282
No... I tested and it returned the checkpoint ID pawn Код: public OnPlayerEnterCheckpoint(playerid){    new tmp[256];    new cpid = CPS_GetPlayerCheckpoint(playerid);    format(tmp,256,"Voc...
1,004
My bad... I'll fix this later... But, you can do this in the callback OnPlayerEnterCheckpoint: new cp = CPS_GetPlayerCheckpoint(playerid);
1,004
This is the first script that I release in this forum. This include can perform simple checkpoint handling functions. Functions: CPS_AddCheckpoint(Float:X,Float:Y,Float:Z,Floati ze,Floatpawn_dist);...
1,004