Search Results
Je conseillerais aux participants d'utiliser cette include plus simple d'utilisation pour vos dialogues.-> easyDialog.inc (rйalisй par Emmet_) https://sampforum.blast.hk/showthread.php?tid=475838
1,568
Uhoh? Since I haven't the time to test it, If I have an shitty indentation like I use in the exemple does it will fix it correctly? PHP Code: // example : public blablabla(playerid) {    Â...
584
Yes, Kick(playerid); will call OPDisconnect.
66
or, this way : pawn Код: public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ){    if(weapondid == WEAPONS_ID)    { // remplace it by the weapons he shou...
103
As you can see now I adding bracket because the codes does two lines. pawn Код: case 0:{    if(GetPlayerMoney(playerid) < PRICE_HE_SHOULD HAVE) return SendClientMessage(playerid, COLOR, "poo...
144
Creating bracket in a case is not usefull (I think), when you can do this code in one line. You can do like this, It's should compile without errors.. pawn Код: // on the switch :          Â...
144
There's no way to solve that, the only way is to copy (press on C, when you select the textdraw) all current textdraw and delete the past one and it's will be fixed.
86
And, why don't you simply use the normal map and get the positions of where the players have clicked to teleport him? By using the OnPlayerClickMap functions or something like that. Using textdraws is...
74
Ooooohw, shiet. It's was what I thinked their was a problems with that can you send me a link where you got this informations, and thanks by the way. woops : https://sampwiki.blast.hk/wiki/Keys
169
The indentation doesn't matter, I've tested to change the indentations before asking and it's still the same problems..
169
Yes the vars is setted to 1, any mores answer? Because it's really annoying me, dashiet.
169
ONPLAYERKEYSTAGECHANGE ---------------------------- I don't understand why it's isn't working, I'm not so new at scripting so I know my code is good but for somes reasons OPKeyStateChange isn't calle...
169
Sure, they will see these images but If they modified pictures from their .TXD files, they will see the modified one.
434
thanks guys, it's a pleasure to read that.
434
Код: symbol is assigned a value that is never used: "file" symbol is assigned a value that is never used: "ExitPlutoniumBar" You never use "file" and "ExitPulotiniumBar" that means you will need ...
84
Code: -- 29/11/2013, 01:26 PM --
587
pawn Код: if(pInfo[playerid][pAdmin] >= LEVEL) // REPLACE LEVEL BY A NUMBER, EXAMPLE : 1// LEVEL : The numbers you add on the player data (scriptfiles/accounts..)// >=  : IF HIS LEVEL IS SU...
161
Quote: Originally Posted by ****** Does Anyone Know How To Stop You Capitalising Every Word Incorrectly? I Think A Warn For That Can Stop It, Not You?
96
Код: foreach(Player, i) { if (GetPlayerTeam(i) == TEAM_SOILDER)) { SetPlayerScore(i, 5); } } It's isn't a good one, if one of the terrorists had 50 score, his score will be reset to 5.
173