Search Results
No need to use a script, use this: https://sampwiki.blast.hk/wiki/TogglePlayerClock (It doesn't work exactly as you want though.)
230
Does anyone know how I can prevent players from sitting in a vehicle as a passanger when there is no driver?
89
Ok thanks anyway, I'll try figure out how to do it myself
157
Yes but could you make the command in zcmd?
157
What I am asking for if anyone could make a /acceptmoney command for me that will work with the /GiveMoney command below. I have no idea how to do this myself so I beg for help. I am having a proble...
157
Quote: Originally Posted by milanosie pawn Код: public OnPlayerText(playerid, text[]){    if(PlayerInfo[playerid][Registered] == 1 &&  PlayerInfo[playerid][LoggedIn] == 1) ...
136
Quote: Originally Posted by milanosie pawn Код: public OnPlayerText(playerid, text[]){    if(PlayerInfo[playerid][Registered] == 1 &&  PlayerInfo[playerid][LoggedIn] == 1) ...
136
pawn Код: PlayerInfo[playerid][Registered] == 1) { - Registered? Yes. pawn Код: if(PlayerInfo[playerid][LoggedIn] == 0) { - Logged in? No. What I want is the chat totally disabled for players...
136
Quote: Originally Posted by smeti strtok original code new result[20]; <-- 20 cell new tmp[128], tmp2[128], <-- 128 cell array size do not match tmp(128 cell) not equal result...
173
Quote: Originally Posted by .FuneraL. Post the Lines. Here's some. 9370 pawn Code: TBuilder=strtok(templine,idx); // read off RACEBUILDER 9380 pawn Code: TempLapper=strtok(templine,id...
173
I am getting this error but I dont know why, any ideas?
173
I have been trying to switch from YCMD to y_commands but I am getting these errors: pawn Код: C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\Testing\pa...
51
Are you guys sure that this will let VIPs that arent ADMIN can use the command? Like are you sure if a player only needs to be in one of the groups to be able to use the command and not the both at sa...
137
Hello I want to have a command that can be used for two different groups, as you can see this command works for admins: pawn Код: CMD:vr(playerid,params[]) {    #pragma unused params    if(Pla...
137
pawn Код: if(dialogid == 1244)    {        if(response == 0)        {            SendClientMessage(playerid,0xAA3333AA,"You have to agree with our rules to play here!");}      Â...
64
Would be nice if you tried editing the command I have as /SetScore (It's in the first post) Because that would make it alot easier for me to understand. EDIT: Problem Solved.
136
This is used for adding 1 more kill (It's on OnPlayerDeath). PlayerInfo[playerid][Deaths]++; // +1 Death when getting killed. PlayerInfo[killerid][Kills]++; // +1 Kill when killing someone I want a...
136
Nice map I might use it Quote: Originally Posted by niels44 nice, but where is its location?, anyways nice job well done Quote: Originally Posted by Zeta_- Coordinates: ...
307