Search Results
Doesn't matter now, just fixed it :/ forgot the other tags in the GetPlayerName :/ Stupid mistake
65
Um.. idk what the hell is going on here :/ Код: format(string2, sizeof(string2), "Welcome to --------------, %s [---- - Version 1.0a]", GetPlayerName(playerid)); SCM(playerid, WHITE, string2); Ð...
65
Yes, I'm using the latest mysql by BlueG, the one without threading. I've got the include, the .dll and the libmysql.dll sooo...
109
Hey guys, I was wondering if you could help me with an error I am getting :/ Код: SA-MP Dedicated Server ---------------------- v0.3z, (C)2005-2014 SA-MP Team [00:45:06] filterscripts = "" (str...
109
Код: CMD:killengine(playerid, params[]) { new VehID = GetPlayerVehicleID(playerid); SetVehicleParamsEx(VehID,0,0,0,0,0,0,0); return 1; }
61
Well I guess you could make an inventory by doing this just try this Код: CMD:inventory(playerid, params[]) { if(Inventory[playerid][366] == 1) //Baseball bat { new Float:X, Float:Y, Fl...
107
Код: Textdraw2[playerid] = CreatePlayerTextDraw(playerid, 541.666748, 377.481414, pInfo[playerid][points]); PlayerTextDrawLetterSize(playerid, Textdraw2[playerid], 0.449999, 1.600000); Pla...
146
Hello, I'm just reporting a problem that I have when I close samp Basically, I start to play a samp game on a server, any server and play as you would do, but when I quit by the menu or by using /q, ...
66
Hello guys, Got a small problem with a command that I have; It works how I would like it to work so if i did /snos once it would enable and then i turn it off by repeating /snos it doesn't work e.g. t...
55
Oh wow, how did I not see that, thanks guys :P
119
Код: CMD:spec(playerid, params[]) { new pid; if(Player_Data[playerid][Adminlevel] >= 2) { if(sscanf(params, "u", pid)) return SCM(playerid, GREY, "[SERVER]: Usage: /spec [playerid/name]");...
119
Hello guys, got a problem with my spec command :/ Код: TogglePlayerSpectating(playerid, true); PlayerSpectatePlayer(playerid, pid, SPECTATE_MODE_NORMAL); Get the errors Код: error 029: invali...
119
Quote: Originally Posted by Don_Cage pawn Код: CMD:akill(playerid, params[]){    if(Player_Data[playerid][Adminlevel] >=4)    {        if(sscanf(params, "u[50]", pid)) retur...
190
Quote: Originally Posted by Borg pawn Код: if(sscanf(params, "u[50]", pid)) return SCM(playerid, GREY, "[SERVER]: /akill [playerid/name]");{...} u do not use "else" in your condition s...
190
Hello, I have been testing my commands offline by my self and they worked but when I hosted it for my friends they don't work e.g. Код: CMD:akill(playerid, params[]) { if(Player_Data[playerid][Ad...
190
You would need to map it out of the map, so Download this: Mapper And then just edit it out I guess
123
Quote: Originally Posted by TheFlyer Shouldnt it be pawn Код: ShowPlayerDialog(playerid, 4, DIALOG_STYLE_MSGBOX, "Title", string, "BUTTON1", "BUTTON2") ? you have: ShowPlayerDialog(pl...
169
Quote: Originally Posted by TheFlyer You mean when you disconnect the car respawns, and when a passenger disconnects if your the leadership you want the car not to respawn? I think this is...
185