Search Results
Hello guys, I don't know why I get these two errors? pawn Код: error 017: undefined symbol "GetVehicleParamsCarWindows"error 017: undefined symbol "SetVehicleParamsCarWindows"
73
Ok, so I want to lock skins, but other players will be able to get the same skin locked. So I thought that I could do pawn Код: new emmetskin;emmetskin = addplayerclass etc.... pawn Код: new...
68
pawn Код: if(GetPlayerSkin(playerid) == emmetskin)   {       new SkinName[MAX_PLAYER_NAME];       GetPlayerName(playerid, SkinName, sizeof(SkinName));       if(!(strcmp(SkinName, "[B...
56
Fixed the crash. Now it just doesn't give me the money or messages.
140
It doesn't crash like that. Server is just getting to lag, and not responding, but server is still running.
140
You dont really read what I'm writing? it doesnt give me any money or message at any time
140
pawn Код: forward payday(playerid);public payday(playerid){    new payday;    for(new i = 0; i < MAX_PLAYERS; i++)    {    if(IsPlayerConnected(i))// continue;    {        if(Play...
140
thanks bro but im rather new to scripting, can you explain me what does this function? pawn Код: for(new i = 0; i < MAX_PLAYERS; i++) ?
124
Fixed it, but now it doesn't even Payday once the player is InGame??
124
So, I got this problem with my day literally spamming when the timer has loaded. Why does it do that? pawn Код: forward payday(playerid);public payday(playerid){    GivePlayerMoney(playerid, 10...
124
I know I shouldn't be requesting here, but it's the fastest way to get an answer. Is it possible to create a script, that will give a player a certain weapon in like, a radius of 50 from the admin th...
86
pawn Код: CMD:jail(playerid, params[]){        if(PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][trialAdmin]) {        new reason[36];        if(sscanf(params, "uis[36]",...
55
pawn Код: CMD:unban(playerid, params[]){    if(PlayerInfo[playerid][pAdmin] >= 1)    {        new path[36], string[128], integer;        if (isnull(params)) return SendClientMessage...
105
pawn Код: CMD:adminhelp(playerid, params[]){    if(PlayerInfo[playerid][pAdmin] >= 1 && PlayerInfo[playerid][trialAdmin]) {    SendClientMessage(playerid, COLOR_LIGHTRED, "[ Trial A...
95
Tried running it as Filterscript. And that worked, but it doesn't work in the gamemode?
152
Updated plugin, but still same issue? :/
152