Search Results
Very nice work here my friend, keep it up
156
Why not write two different commands? such as /helpgangs and /helprace, and your /help command something like so Код: CMD:help(playerid, params[]) { SendClientMessage(playerid, COLOR_WHITE, "|...
104
Here's something I use, hope this helps Код: CMD:warn(playerid, params[]) { new giveplayerid, result[128]; if(PlayerInfo[playerid][pAdmin] >= 2){ if(!sscanf(params, "us[128]", giveplayer...
234
Quote: Originally Posted by PaulDinam Those 2 statues on the sides should be removed, nice mapping nevertheless. Indeed they should, on my server the updated version their gone. But Th...
288
Quote: Originally Posted by BigBadWolf I like it, good job. Thanks man!
288
Quote: Originally Posted by D3vin Really Nice mapping here keep up the good work! thanks Very much!
288
New Los Santos Police Department! Screens Code Код: //====================LSPD Mapping by DStreet==================================== CreateDynamicObject(970,1464.9000200,-1028.5000000,23.40...
288
Try using this, hope it helps Код: CMD:aduty(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] >= 2) { strmid(sendername, PlayerRPName(playerid), 0, MAX_PLAYER_NAME); new alevel...
101
here's a /trunk cmd I use Код: if(strcmp(cmd, "/trunk", true) == 0) { new counter = 0; new vid; new check = 0; for(new i = 0; i < MAX_VEHICLES; i++) { new dis...
108
Use Код: CMD:rape(playerid, params[]) instead of Код: dcmd_rape(playerid, params[])
180
This should work Код: CMD:revive(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] < 1) { SendClientMessage(playerid, COLOR_GRAD1, " You are not authorized to use that command !")...
114
I don't understand why im getting theses errors for the following code Код: new Float:GroveRandomSpawns[3][3] = { {2488.4663,-1685.7067,13.5092}, {2505.3184,-1656.6368,13.5938}, {2505.5000,-168...
95
Well my friend, you must first know that you can't join your OWN IP address from your SAMP launcher 127.0.0.1:7777 you will need to add into your favourites and loging with this You want your friends...
72
So my friend made a viewinterior command awhile back for admins, and im trying to edit it for Senior+ developers in game. Код: CMD:dviewinterior(playerid, params[]) { if(PlayerInfo[playerid]...
84
I did and thank you very much for your help +reped
139
Everything besides this new mapping is Код: CreateDynamicObject and the map is in Код: CreateObject I'm new to the whole thing, but im thinking after you pointed this out that's the problem ...
139
I have this version of streamer http://code.******.com/p/samp-stream...4.zip&can=2&q= im thinking it has something to do with streamer not 100 percent sure
139
So I've been working with a script my friend has given me a few months ago, the version that he first gave me is great and works fine when ever I compile and run it as a server. I've only added one m...
139