Search Results
you should create a file where the team of the player can be saved (you can do this with includes like dini or what ever) then you can write it like this: if(strcmp(cmdtext,"/open",true)==0)# { ...
487
i would recommend you downloading one of the includes i send you: with them its much easier and better and then you can use my first code its working fine
167
You should download something like ocmd and include it to your script: zcmd dcmd ocmd something like it And about strcmp: I found this with ******: Код: if(!strcmp(cmdtext, "/r", true)) { ...
167
Why don't you think about it yourself? but ok i will help you with one: /r I am using ocmd: Код: ocmd:r (playerid,params[]) { new text[128]; if(sscanf(params,"s",text))return SendClien...
167
At first read the rules: https://sampforum.blast.hk/showthread.php?tid=355296 Second here is my gate tutorial: https://sampforum.blast.hk/showthread.php?tid=355843
63
If(DiniExist) // or how you check it { SpawnPlayer(playerid); }
113
ah ok well i will have a look tomorrow so far bye
187
and if you do it with Create3DTextLabel and then Attach3DTextLabelToPlayer
187
hmm ok what about: UpdatePlayer3DTextLabelText
187
What exactly happens if you su somebody who already have this 3d-text? Spreche auch deutsch das englische forum ist aber besser
187
https://sampforum.blast.hk/showthread.php?tid=355843 my tutorial and about coordinates ******: samp map editor or you use MTA(Multi Theft Auto)
97
Just two tips: First: you shouldn't name the topic "help." name it more like "admins should read pms (2 errors)" Second post a little more code
69
SendClientMessage(playerid,0xFF0000,"| INFO | Your truck is loaded with oil, take it to a post!");
71
don't really know what you mean but with TogglePlayerControllable its not hard Just write: TogglePlayerControllable(playerid,0) so he can't move and with 1 he can
91
Код: if(strcmp(cmdtext, "/exit", true) == 0) { if(IsPlayerInRangeOfPoint(playerid,3.0, 377.1972,-192.5130,1002.5086)) //Donuts Shop { SetPlayerPos(playerid, 1037.9946,-...
170
Hello and welcome to my first tutorial. I decided to make this tutorial even if there are several other moving objects tutorials, after my short research there nearly no tutorials with automatically c...
487