Search Results
I'm developing sites and i know php, but I thought maybe there any other way on samphp. Thanks for help
181
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,
...
181
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?
116
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...
136
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...
112
Quote:
Originally Posted by Rudy_
pawn Код:
else if(dialogid == 104)Â Â {Â Â Â Â if(response)Â Â Â Â {Â Â Â Â Â Â new player[MAX_PLAYER_NAME],name[MAX_PLAYER_NAME];Â Â...
369
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...
369
Quote:
Originally Posted by Rudy_
Try this
pawn Код:
else if(dialogid == 104)Â Â {Â Â Â Â if(response)Â Â Â Â {Â Â Â Â Â Â new player[MAX_PLAYER_NAME],name[MAX_PLAYER_N...
369
Quote:
Originally Posted by DaniceMcHarley
Show us your.
pawn Код:
new player
new player[MAX_PLAYER_NAME],name[MAX_PLAYER_NAME];
369
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...
369
Код:
else if(dialogid == 104)
{
if(response)
{
new player[MAX_PLAYER_NAME],name[MAX_PLAYER_NAME];
if(strval(inputtext) == player)
{
...
369
Quote:
Originally Posted by 0x41726d79
pawn Код:
if (strcmp("/return", cmdtext, true, 5) == 0)Â Â {Â Â Â Â Â Â new Float:x, Float:y, Float:z;Â Â Â Â GetPlayerPos(playerid, ...
273
me too im not see server at external IP, only work for me localhost
190
Код:
if (strcmp("/return", cmdtext, true, 5) == 0)
{
new Float:x, Float:y,Float:z;
GetPlayerPos(playerid, x, y, z);
SetPlayerInterior(playerid, 0);
SetPlayerPos(playeri...
273
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...
229
if loged in show admin, but doesn't show admin code input dialog
229
My login code:
Код:
case DIALOG_LOGIN:
{
if(!response) Kick(playerid);
new hpass[129];
WP_Hash(hpass, 129, inputtext);
if(!strcmp(hpass,...
229