Search Results
pawn Код: CMD:gundm(playerid, parmas[]) {SetPlayerPos(playerid, x, y,z); //Teleports player to positionGivePlayerWeapon(playerid, 26, 64); //Give player sawn-off shotgun with 64 ammoSendClientMess...
109
Try to put pawn Код: new bshotenter; at the top of your script
54
Did it show an error or it don't show the full line ?
80
You can use this line pawn Код: PlayerInfo[playerid][pAdmin] = 1; No one will script you a command for free. This section help people, not write them a code... Sorry for my bad English.
192
Quote: Originally Posted by monster010 How to make it to "SendClientMessasge"? pawn Код: SendClientMessage(playerid, COLOR_WHITE, MSGPescar[randpescar]); +Rep me if I helped you
154
Dude... No one will script a house system for you for free... You have to pay man... P.S. This is not script request section
49
Quote: Originally Posted by DarK_FeneR I need help to stock of send client message in multilenguage. I've tried my stock but it doesn't work... Who can fix it? :C Код: #include <a_...
134
Quote: Originally Posted by Mititel Thanks man ! Still a problem. When ordering use the player receives a temporary ban than kick.To be because of this? Код: Kick(playeri); Mayb...
176
I founded this link: https://sampforum.blast.hk/showthread.php?tid=70445 I think than that filterscript take time from computer time not from host.
156
I think than you have to update it every time when it moves. Try to use OnPlayerUpdate callback EDITED: Just put that code under OnPlayerUpdate callback. +Rep if I helped you.
86
pawn Код: public OnPlayerText(playerid, text[]){    SetPlayerChatBubble(playerid, text, 0xFF0000FF, 20.0, 10000);    return 1;}
118
Do you want the skin selection? If yes, just add this line on OnGameModeInit callback: pawn Код: AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
189
Quote: Originally Posted by BroZeus see if in your FS's that there is no return 1; under OnPlayerText Nope. Problem not in the FS's
161
pawn Код: if(PlayerInfo[playerid][owner] == 1)    {        new textsavininkas[128];        format(textsavininkas, sizeof (textsavininkas), "{FFFF00}[Owner] %s: {C0C0C0}%s", name, text);Â...
161
Hello. I need help to remove first name OnPlayerText. I added photo to
161
Quote: Originally Posted by BroZeus do like this pawn Код: new params[10];return cmd_aa(playerid, params); Thanks it's working +REP
272
Quote: Originally Posted by Manyula Are you using zcmd? In that case... Код: return cmd_aa(playerid, params); Yeah. But then I get this error: Код: (2448) : error 017: undefine...
272
Hello. When I compiling my gamemode I get this warning: pawn Код: (2442) : warning 202: number of arguments does not match definition Here's the script: pawn Код: if(dialogid == Stuntzonos){Â...
272
pawn Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){    switch( dialogid )    {        case DIALOG_REGISTER:        {            if (!response)...
162
Or you can use this code under OnPlayerConnect callback: pawn Код: if(PlayerInfo[playerid][level] == 0) PlayerInfo[playerid][level] = 1;
162