Search Results
Hi all, i created a clan system for my server. This is my script: pawn Код: // This is a comment#include <a_samp>#include <zcmd>#include <sscanf2>new stringa[500], nome[MAX_PL...
140
Use pawn Код: if(!strlen(inputtext) || strlen(inputtext) < 5)
174
pawn Код: public ShowStats(playerid,targetid){    if(IsPlayerConnected(playerid) && IsPlayerConnected(targetid))    {        new string[256];        new drank[20];        n...
69
In top pawn Код: new adminduty[MAX_PLAYERS];new string[128]; command pawn Код: CMD:adminduty(playerid, params[]){if(adminduty[playerid] == 0){adminduty[playerid] = 1;SetPlayerColor(playerid,...
95
You must implement it to you saving system
163
Try just using pawn Код: new Keys[MAX_PLAYERS];
163
Yes And not use switch(3), but switch(listitem) Use the script i posted above
149
Just use phpmyadmin from wamp server click on the icon and go to phpmyadmin, then just create a new database
116
Use this pawn Код: if(dialogid == 3)        {        switch(listitem)        {            case 0:                {                    MoveObject(Bridge,262.30...
149
Make sure you createobject doesn't use streamer.. so if you use CreateDynamicObject use MoveDynamicObject.. or if you use CreateObject use MoveObject
149
mmm.. you can't do it using this function For this you must do it in TextDraw I found this: https://sampforum.blast.hk/showthread.php?tid=311358
160
bad english So, You need to have the objects to be inserted in the gamemode .. They must go to the callback OnGameModeInt If you want to use streamer user CreateDynamicObject, or if you don't use ...
96
In top: pawn Код: #define BLUE "{345ACF}"#define RED "{E01B4C}"#define WHITE "{FFFFFF}"#define YELLOW "{F5E618}"#define GREEN "{37DB45}" // some color now in the format pawn Код: format...
115
pawn Код: TogglePlayerClock(playerid,1); 1 to show it and 0 to hide it
160