Search Results
You have to post the code in OnDialogResponse to dialog 9554: Код: if(dialogid == 9554) { ... } Use the tag and paste your code.
81
Check if your database user, password, IP and database name are right.
131
Se tratando de GangZone, acho que vocк quer que a бrea possнvel de um jogador seja marcada no mapa. O cуdigo para essa situaзгo fica da seguinte forma: Код: new Float:Pos[3]; GetPlayerPos(...
210
Tem como postar a funзгo GetPlayerHospital(playerid)? Й essencial para fazer debug e descobrir o motivo de continuar em -1.
140
Verifica se o Health pelo comando /dl estб sendo modificado. Se estiver vendo por sistema de velocнmetro, talvez, o valor esteja incorreto.
210
Quote: Originally Posted by SapMan So I must use "public DerbyCountdown(playerid)"? Yes, you must have a parameter in this callback.
483
It do not works, because there is a parameter missing.
120
You must create this messages using Timer, for example: PHP код: new TimerIP[MAX_PLAYERS];public OnPlayerConnect(playerid){    TimerIP[playerid] = SetTimerEx("BanIPMessages", 3000, f...
99
Quote: Originally Posted by JoelNyiTz Eu estava fazendo PlayerInfo[ID][pEmp] mas no meu sistema nгo pode ser, gostaria de algo tipo de invйs de ser preciso o ID, fosse buscar pelo nome d...
589
Try to use this condition: PHP код: if(CmdBloq5[playerid] == 1 && strcmp(cmd, "salirevento"))  I'm not sure about the parameter cmd, because I don't know if '/' is in this st...
167
You have to return 0: PHP код: public OnPlayerCommandReceived(playerid, cmd[], params[], flags)  //Not works  {     if(CmdBloq5[playerid] == 1)     {     PlayerPlaySound(...
167
Й essa: PHP код: ApplyAnimation(playerid, "PED", "cower", 3.0, 1, 0, 0, 0, 0); 
77
In this line: Код: new HouseInfo[MAX_HOUSES][hInfo]; You must use '=' instead of ';', for example: PHP код: new HouseInfo[MAX_HOUSES][hInfo] =  {     {2165.982177, -1671.144165, 15...
97
Balanзar mesmo nгo tem como. O que vocк pode fazer й criar um movimento usando SetVehiclePos, mas ficaria um movimento nгo muito bom. O que poderia ser feito como alternativa seria posicionar a ...
128
In this filterscript someone used Ctrl + H with PlayerRegistro and a wrong variable (playerid) appeared as an index. I change somethings to fix this bug: https://pastebin.com/atjdM6Es
219
Can you post a link to this filterscript? It's the best way to understand what is necessary to do.
219
Check if this variable is true when you use the command: LoggedIn[playerid]. PHP код: CMD:b(playerid, params[])  {      if(!LoggedIn[playerid]) return SendClientMessage(playerid, COL...
123
Try again with OnPlayerEnterCheckpoint and use this functions: DisablePlayerCheckpoint and RemovePlayerMapIcon. When the player has entered in checkpoint, you must use this both functions to destroy ...
133
Realmente, a string do SQL estб muito grande. A soluзгo й selecionar todos os campos: PHP код: SELECT * FROM accounts WHERE ID='%d' 
222
1 - Ingressei no Forum SAMP em Dezembro de 2010 (em uma conta em que perdi o email). O principal motivo era a vontade de ter um servidor de RPG. 2 - Nгo й a ъnica, programo em vбrias outras lingu...
434