Search Results
https://sampwiki.blast.hk/wiki/GetPlayerSpecialAction
https://sampwiki.blast.hk/wiki/SetPlayerSpecialAction
https://sampwiki.blast.hk/wiki/SpecialActions
Edit:
Aparentemente o jogador estб apenas "c...
733
This mod should have already been turned off / deleted. A mod where the developer does not support the bugs in the code itself, forcing server developers to fix the bugs (pathetic). The remaining play...
152,264
PHP код:
CMD:dv(playerid, params[])Â
{Â
    new Query[163];Â
    new idplayer, idmodelo, cor1, cor2, Float:Pos[4];Â
    if(sscanf(params, "iiii", idplayer, idmodelo, ...
418
Quote:
Originally Posted by RenanMsV
O limite global de objetos й muito pequeno. Com muitos jogadores pode desaparecer sim.
Se vocк observar ele citou o uso do plugin streamer("1-Meus...
331
Quote:
Originally Posted by YCharlieY
1-Meus objetos jб estгo em CreateDynamicObject, mas apуs ter x jogadores online ele comeзa a desaparecer?
2-Quando deleto a conta de um jogador as...
331
PHP код:
DisableInteriorEnterExits();Â
https://sampwiki.blast.hk/wiki/DisableInteriorEnterExits
Usando isso, irб tirar todos os "markers" de entrada/saidas. claro que sу irб tirar os...
260
Quote:
Originally Posted by OtimoJogo
Vou tentar ser mais claro.
Код:
for(new i = 0; i < GetMaxPlayers; i++){
if(IsPlayerAdmin(i)){
SendClientMessage(i, -1, "| I...
438
Na verdade da pra fazer sim.
PHP код:
CreatePlayer3DTextLabel(playerid, text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, attachedplayer=INVALID_PLAYER_ID, attachedvehicle=...
438
PHP код:
EditObject(playerid, objectid);
EditDynamicObject(playerid, STREAMER_TAG_OBJECT objectid);
public OnPlayerEditObject(playerid, playerobject, objectid, response, Float:fX, Flo...
526
Em primeiro lugar, nгo se deve retornar strings, passe-as por referкncia.
E sobre o uso do "CallRemoteFunction", aconselho dar uma olhadinha na wiki: " https://sampwiki.blast.hk/wiki/CallRemoteFunc...
180
De comeзo vocк apresentou um cуdigo em SQlite, e depois em MySQL, assim complica ajudar haha!
PHP код:
Dialog:1449(playerid, response, listitem, inputtext[])Â
{Â
    if (response)...
217
PHP код:
Dialog:1449(playerid, response, listitem, inputtext[])
{
    if (response)
    {
        new Â
            DBResult:result,Â
           Â...
217
Quote:
Originally Posted by MrToddyYT
Kick(playerid, ""); // ("Motivo")
PHP код:
native Kick(playerid);Â
554
Informaзхes diferentes para 3 personagens?
vocк terб que salvar cada dado dos personagens, por exemplo, salvar o dinheiro dos 3 personagens:
PHP код:
new
    Money1[MAX_PLAYERS],
  Â...
506
PHP Code:
CMD:todos(playerid)
{
    for(new i = 0, j = GetPlayerPoolSize(); i <= j; i++)
    {
        SendClientMessage(i, -1, "Olб.");
    }
    /*
   ...
328
Quote:
Originally Posted by Ryuzaki07
Muito obrigado a vocкs por me ajudarem, e sobre organizar o cуdigo rs, eu geralmente programo uns dois / trкs arquivos, depois passo organizando tu...
258
PHP код:
AddStaticVehicleEx(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:z_angle, color1, color2, respawn_delay, addsiren=0);Â
O ъltimo parвmetro controla a siren...
259
PHP код:
new Text3D:HouseLabel[MБXIMO];
CMD:ccasa(playerid, params[])Â
{Â
    //verificar se possui permissгoÂ
    if(!IsPlayerAdmin(playerid)) return SendClientMessage(play...
267
Nгo pude analisar corretamente por estar trabalhando hoje. passa seu discord aн que depois eu Adiciono, Abraзos!
374
PHP код:
case DIALOG_NOME: {
new String[128],Query[43 + MAX_PLAYER_NAME];
if(!response)Â {Â
strcat(String, "Voce nao inseriu um nome !");
PlayerTextDrawSetString(playerid, Menssa...
374