Search Results
Код: } if (IsPlayerInRangeOfPoint(playerid, 8, 2463.6999, -1654, 12.3)); { MoveObject(gate, 2463.6999, -1654, 12.3, 3); SetTimer("close", 4000, 0); return 1; } And I get "error 036: empty st...
80
Umm, this is just wierd.. Now /heal kills me, and /kill heals me. And the rest of my CMDS just kills me?
199
Thanks, that seemed to fix it! +rep (:
199
PHP код: public OnPlayerCommandText(playerid, cmdtext[])     {     if(strcmp("/kill", cmdtext, true, 10) == 0)     SetPlayerHealth (playerid, 0);     SendClientMessageÂ...
199
Quote: Originally Posted by CoaPsyFactor where is { after OnPlayerCommandText? Yeah, it's there, I just removed it due to it being more simple for you to read <3 (:
199
PHP код:  108  public OnPlayerCommandText(playerid, cmdtext[])  109  if (strcmp("/heal", cmdtext, true, 10) == 0)  110  SetPlayerHealth (playerid, 100);  111     SendCl...
199
It does not work for me, tried with Explorer, Firefox and Chrome. Could anyone just please post a new link with the program in it so we can end this, instead of creating an argument against me?
366
Tried to do it, but I'm not in the mood to search through 1000+ pages of threads where someone mentioned "download link"
366
What did I just say? None of the links in the thread itself works. Could anyone fix a NEW link to ZCMD?
366
Hello guys. Since Pawno just seems to be creating even more problems then it solves, I was trying to download ZCMD. But none of the links in the thread works for me, could anyone just post a link to i...
366
Quote: Originally Posted by FalconX Hmm, are you using ZCMD with it or other command processor? if yes then you will have to use one ZCMD or STRCMP based command processor. Or I think yo...
262
Quote: Originally Posted by phillip875 pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    if(strcmp("/kill", cmdtext, true, 10) == 0)    {        SetPlayerHealth (pl...
262
But thanks for noticing that, helped!
262
Right, so I've read through some threads on the forums about this topic, but I still haven't found an answer.. Here's the script.. PHP код: public OnPlayerCommandText(playerid, cmdtext[]) {...
262