Search Results
Fixed it fixed part: Код: new pnumber = strval(inputtext); //new price1 = pnumber-0; if(Player[i][PhoneN] == pnumber)
77
I can't understand why am I failing, these are the errors: Код: error 001: expected token: ")", but found "(" error 001: expected token: ";", but found ")" This is the part of the code which caus...
77
It starts the server and all, I can register but cannot login, or when a registered player get in, it simply shuts the server down, no idea why, that's the log. Код: SA-MP Dedicated Server -----...
5,330
A friend helped me eventually, used that one: new sendername[MAX_PLAYER_NAME]; sendername = RemoveUnderScore(i); thank you anyways mate
88
The gamemode's name is Unknown I assume on the serverlist?
368
So, basicaly at that gamemode it shows _ on the names when you do /do, /me, or talk. So I have few questions, and I will be really glad if you will responde to all of them. I started using that stoc...
88
Nevermind - it works!, thank you guys +REP for both of you (:
143
It's just doesn't do anything, like lowering my armor / hp defaultly as the game suppost to..
143
Can you be more specific man? where do I put this pawn Код: enum E_DATA{    gID,    Float:gHP};new TakeHP[18][E_DATA] = {    {WEAPON_NITESTICK,11.0},    {WEAPON_KNIFE,30.0},    {WEAPON_B...
143
pawn Код: public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid){    if(issuerid != INVALID_PLAYER_ID)    {     new Float:health;     GetPlayerHealth(playerid, health);  ...
143
Nevermind, I'm just removing the 'You are not a Cop'.
147
Quote: Originally Posted by Randy More pawn Код: if(!strcmp(cmdtext, "/opendoor", true)){        if(PlayerToPoint(2, playerid,1551.7325,-1690.1208,1723.1050))        {      ...
147
Now you might be thoughting that'd be a problem becuase I entered SendPlayerClientToAll but it isn't. I'm a begginer, and I'm going actully very well, but I have this problem and I need your help guys...
147
Frickin' awesome man, one question man hope you'll answer it quickly: Which objects are belongs to 0.3e? Because I'm using 0.3d and I'm really not ready for upgrade right now.
1,801