Search Results
Quote: Originally Posted by Flofey u mean like this? PHP Code:     new str[128], final[512];     format(str, sizeof(str), "~y~mission passed!~n~");     strcat(final,Â...
302
I did ~n~in the end of the first one, and a space in the end of every second one, cause i want Code: ~w~+%i exp, ~w~+%i criminal in the same line
302
why no one second line is working on this GameTextForPlayer? Code: new str[128], final[512]; format(str, sizeof(str), "~y~mission passed!~n~"); strcat(final, str); if(reward_exp >...
302
Quote: Originally Posted by ApolloScripter Hello binnyl, I don't know how exactly SetPlayerMarkerForPlayer works, but I have a similar system, but I used SetPlayerMapIcon to put an icon fo...
441
Quote: Originally Posted by Gforcez Shouldn't you set ShowPlayerMarkers to 0, since you want to hide all the markers and only show the cops to other cops. Are you just randomly saying ...
441
I have this function: pawn Code: forward TeamRadar(playerid); public TeamRadar(playerid) {    if(IsACop(playerid)) {        foreach(new i : Player) {            if(IsACop(i)) {       ...
441
Quote: Originally Posted by Kalcor Some of them are getting together to send me a combined recommendation for 0.3.9. I'd say the ones that are still on 0.3.7 are mostly indifferent to DL ...
114,605
Quote: Originally Posted by PedroH UPDATE `tabela` SET respeito = respeito/2 Cara, muito obrigado, te dei um +rep, executei essa query, e funcionou, mas me ajuda a fazer isso como um co...
260
Quote: Originally Posted by PedroH Como voce so quer resetar uma coluna nao precisa disso. Basta executar a seguinte operaзao no seu SGBD: Ai no caso ia setar todos pro mesmo valor, e...
260
Eu fiz algumas mudanзas no meu gamemode e para ser justo eu preciso resetar a exp dos players, em todos os players pegar seus niveis, e retornar um novo nivel = nivel / 2 Atй agora eu tentei fazer ...
260
Quote: Originally Posted by introzen Just as the error itself tells you, you're trying to save an int value to a pre-defined string. Code: error 035: argument type mismatch (argument 2) ...
156
Quote: Originally Posted by Y_Less You don't need any pawn for this. You can do all of this with a single SQL UPDATE statement. SQL is a very powerful language, I suggest you read up on ...
156
I made some changes in my gamemode and now to be fair i need to make some reset on players EXPs, in every single player get some skills and return skill = skill / 2 I've tried it, but i think i makin...
156
Quote: Originally Posted by ipsLuan Use strcmp para comparar strings. E tambйm, faзa assim: PHP Code: stock GetPlayerLevel(playerid, skillid[])  Pdc, vlw +REP
82
Queria passar por parametro funзхes com strings, como essas que estгo dando errado: PHP Code: GetPlayerLevel(playerid, "lvl"); if(skillid == "lvl") skillid = experience[playerid];  ...
82