Search Results
Quote: Originally Posted by AbdullahIftikhar Yes But cant understand it. Can someone explain it me with detail bcz i am a new bro its kinda easy, you just need to put the image you wan...
132
Vehicles can only be seen by players in the same interior https://sampwiki.blast.hk/wiki/LinkVehicleToInterior
157
Quote: Originally Posted by Hadzaga PHP Code: public OnPlayerDeath(playerid, killerid, reason) {     SetPlayerArmour(playerid, 0);     if(killerid != INVALID_PLAYER_ID) Â...
291
Quote: Originally Posted by MrakBuster Hello, I am currently creating a BUS STOP system. My question is, is there any way, I could make a BUS STOP object undestructable, so no vehicle can...
134
this is a "scripting help" section, if you are requesting to hire an scripter you need to post a reply here And there is something called searching. Anyways Click Here Also I assume you are new to ...
121
Your code makes no sense, hence it will result in sending an error message to the admin which tries to execute the command. First issue: You had a comma here which is not needed, Mike had fixed tha...
108
Show the code we can't guess how to fix it when we don't see code.
97
Quote: Originally Posted by Stefhan I have a command that sets it to true and another one that sets it to false. Thats why @Logic_ is telling you to show all the codes that you use for ...
157
Quote: Originally Posted by Lokii PHP код: new bool:deaf[MAX_PLAYERS] = {false,...}; //usage //deaf[playerid] = true; deaf[playerid] = false; public OnPlayerText(playeri...
157
you need to put the textdraw before you can use it, in other words create the text under OnGameModeInIt
99
STEP 1 There is something called search, go to ****** and search for all these files. N.B: If you are using windows operating system, then download the .dll version of the plugin, if you are using li...
55
Bump Edit : i fixed the issue , the version i downloaded had some missing files
110
Quote: Originally Posted by TroS Use this code: if(SRent(GetPlayerVehicleID(playerid)); If statements don't use ";"
145
You are missing a bracket at the end of the line
145
Any fixes regarding the fusez map editor not showing objects?
110
Quote: Originally Posted by Auri Hi, I am leaving you today with a question regarding the intrusion into the chat. I know that a lot of people have already done and I'm thinking how to do ...
181
Quote: Originally Posted by iSpark If the command is let's say CMD:kill(playerid, params[]) Then it should be "return cmd_kill(playerid, ""); This is how it would look PHP код: ...
76
Show code where you set the player has afk and start the counting before the twominutestimer is called
122
You already assigned something to "var" here "new var = dini_Int(filename2,"Int");" , then y are you assigning something else to var here? var=var+raison; . I think thats the issue , you could try re...
79