Search Results
Nice but I hope you keep updating your gamemode.
434
Here's the code for enable_mutex:- PHP код:     #if debug        mysql_debug(1);    #else        mysql_debug(0);    #endif    enable_mutex(false);    g_mysq...
73
Guys I'm getting this error:- PHP код: error 017: undefined symbol "enable_mutex" error 017: undefined symbol "mysql_ping"  I was converting MySQL R7 to MySQL R34. Kindly tell me ...
73
Guys, today I bought Centos 6.5 Linux VPS. Can someone tell me how to install SA-MP server in it?
149
Guys I'm getting this error in my gamemode:- PHP код: D:\roleplay\[GAMEMODE]\roleplay.pwn(865) : error 017: undefined symbol "enable_mutex" D:\roleplay\[GAMEMODE]\roleplay.pwn(952) : er...
89
Thanks @K0P but I still get some errors:- PHP код: D:\roleplay\[GAMEMODE]\filterscripts\PhoneSystem.pwn(75) : error 017: undefined symbol "mysql_log" D:\roleplay\[GAMEMODE]\filterscripts\...
79
Hello, can someone tell me how to fix these errors:- PHP код: D:\roleplay\[GAMEMODE]\filterscripts\PhoneSystem.pwn(75) : error 017: undefined symbol "mysql_log" D:\roleplay\[GAMEMODE]\fil...
79
Dude, this gamemode is already released + don't claim it as yours and atleast give some credits to the real owner.
1,577
Awesome script but add phone text draw system.
23,845
Hello I was making a DM system. The code is this:- PHP код: YCMD:checkdeath(playerid, params[], help) {     if(help) {         SendClientMessage(playerid, X11_YELLOW_2, "USAGE...
66
Quote: Originally Posted by AlonzoTorres Example Usage: Thanks it works. +rep for you!
192
Quote: Originally Posted by F1N4L https://sampwiki.blast.hk/wiki/GetPlayerName can u plz gimme a fixed line?
192
Guys when i try to compile the gamemode i get these errors:- PHP код: D:\myownscript\gamemodes\fgrp.pwn(275) : error 001: expected token: ";", but found "-identifier-"D:\myownscript\ga...
192
can someone tell me how to change this message "SendClientMessage(playerid, colorYellow, "Vehicle engine started");" to (("Player name" starts the engine of "car name")) for example "Peter_Mikoliv sta...
192
Can u make me /lock, /unlock and /engine in this format CMD:lock, CMD:unlock, CMD:engine
1,010
Quote: Originally Posted by oMa37 This should work: PHP код: public OnPlayerCommandText(playerid, cmdtext[])  {      if(strcmp("/pm", cmdtext, true, 10) == 0)     ...
160
I'm new to scripting. I was making /pm cmd. this is the code:- PHP код: public OnPlayerCommandText(playerid, cmdtext[]) {  if (strcmp("/pm", cmdtext, true, 10) == 0)     {     ...
160