Search Results
That topic had been edited in 2012. I'm sure something has changed to do this a lot easier. Funny that SA:MP has it working but there's no function for the developers to check true or false. My idea ...
95
It's been a long time that I've not been on SA:MP. I've seen that there are a couple of new features added to SA:MP. One of them is the tabbed icon near a player's head when they're tabbed from the ga...
95
You gotta have a router in order to portforward, I'd recommend you to search for 'cmd' afterwards type in 'ipconfig', take the 'IPv4-address' and place it in your address bar in your internet browser....
85
Quote: Originally Posted by funky1234 It could just be that the model you removed is merely the visual part. The collision model is probably part of another model. Aw gay! I've been map...
104
Well I removed the little fence in front of the Ganton Motel (the little green one) but I've got a problem with the removal of this fence because you don't see it. Yet you cannot pass the location in ...
104
Get a streamer that's compatible with 0.3e.
170
Код: format(missionname, sizeof(missionname), "%s.mis",name); That's a string, while you're putting in an integer. new rand = random(sizeof(MISIUNEDIMINEATA)); LoadMission(playerid,MISIUNEDIMINEA...
121
You need an object streamer released by Incognito https://sampforum.blast.hk/showthread.php?tid=102865.
69
I've got about 200 commands with strtok and 20 with DCMD, ZCMD limits me from using strtok based commands while DCMD doesn't. (OnPlayerCommand) P.S: Nothing has been listed on the Sscanf2 thread about...
86
How would I be able to make this in DCMD? Код: dcmd_house(playerid, params[]) { new tmp[32]; new string[128]; new house = PlayerInfo[playerid][pHouseKey]; if(PlayerInfo[playerid][...
86
Uhm.. SAMP only allows 1 client to be used when playing, however you can use a second computer if you'd like to play with 1 or more players. If the server you want to join has a limit of connections t...
79
I've moved my server to the version 0.3d R2 and suddenly because the MoveObject has been adjusted in the 0.3d, the streamer which was made by Incognito is dis functioning, as in rotating objects when ...
57
We use the 0.3d streamer and have some difficulties for it for example, when running the server host / PC, I am the only one hearing music when using the streamer. When I tell other to, they don't hea...
55
Found the solution - Closed. >.<
158
I also included printf's in the code I made which result in: Код: Firstname: Berky_Brada. Firstname: 1. (result of strfind) Which is weird because 'e' doesn't equal 'I'?! It's set to false also wh...
158
Ah yeah I know, I did use nothing because default was 'False' already so I tried 'true' maybe that would work which didn't. So both don't work actually..
158
What would you suggest me to do ******?
158
You are using SendClientMessage as a format. You should first use 'format(string, sizeof(string), "input"); then use SendClientMessage(playerid, color, string); Which would look like: Код: format(...
90
If it still works then you can also use to disable RCON scriptwise by making people get kicked on trying to login to RCON.
162