Search Results
I'm developing sites and i know php, but I thought maybe there any other way on samphp. Thanks for help
87
Hello, i'm coding gamemode with SAMPHP (https://sampforum.blast.hk/showthread.php?tid=442302), but i don't know how to create enum: Код: #define max_vehicles 9999 enum vInfo { model, Float:x, ...
87
Hello, im started scripting gamemode with SAMPHP plugin (https://sampforum.blast.hk/showthread.php?tid=442302), but I can not find the mysql plugin this framework. Maybe you know what is used?
65
Hello anyone gelp for me doesn't work login this: https://sampforum.blast.hk/showthread.php?tid=290824 if im click login, got error Wrong password! but im trying whirlpool, doesn't work, anyone help...
68
Log: Код: format - connection: 1, len: 4098, format: "UPDATE `privateveh` SET `vModel` = %i, `vColor1` = %i, `vColor2` = %i, `vPrice` = %i, `vOwner` = '%s', `vPosX` = %f, `vPosY` = %..." [13:34:16...
65
Quote: Originally Posted by Rudy_ pawn Код: else if(dialogid == 104)    {        if(response)        {            new player[MAX_PLAYER_NAME],name[MAX_PLAYER_NAME];  Â...
258
Quote: Originally Posted by ****** Am I just talking to myself here? You ignored my first post, till someone else made the same suggestion; then ignored my second post and complained abou...
258
Quote: Originally Posted by Rudy_ Try this pawn Код: else if(dialogid == 104)    {        if(response)        {            new player[MAX_PLAYER_NAME],name[MAX_PLAYER_N...
258
Quote: Originally Posted by DaniceMcHarley Show us your. pawn Код: new player new player[MAX_PLAYER_NAME],name[MAX_PLAYER_NAME];
258
I want code /where player example: say /where, got GUI INPUT(im have), write playername, if player exists, shos player checkpoint, but im write player, he's online got msg: This player doesn't exist...
258
Код: else if(dialogid == 104) { if(response) { new player[MAX_PLAYER_NAME],name[MAX_PLAYER_NAME]; if(strval(inputtext) == player) { ...
258
Quote: Originally Posted by 0x41726d79 pawn Код: if (strcmp("/return", cmdtext, true, 5) == 0)    {            new Float:x, Float:y, Float:z;        GetPlayerPos(playerid, ...
176
me too im not see server at external IP, only work for me localhost
102
Код: if (strcmp("/return", cmdtext, true, 5) == 0) { new Float:x, Float:y,Float:z; GetPlayerPos(playerid, x, y, z); SetPlayerInterior(playerid, 0); SetPlayerPos(playeri...
176
im inserted printf("admin level %i", PlayerData[playerid][AdminLevel]); but he show admin level 0, but on clicked me from TAB, show admin level 4 Код: case DIALOG_LOGIN: { i...
159
if loged in show admin, but doesn't show admin code input dialog
159
My login code: Код: case DIALOG_LOGIN: { if(!response) Kick(playerid); new hpass[129]; WP_Hash(hpass, 129, inputtext); if(!strcmp(hpass,...
159