Search Results
Code:
D:\toxic-game\gamemodes\BGGM.pwn(27413) : warning 217: loose indentation
D:\toxic-game\gamemodes\BGGM.pwn(58872) : warning 217: loose indentation
D:\toxic-game\gamemodes\BGGM.pwn(59218) : warn...
173
Code:
RROR] CMySQLQuery::Execute[()] - (error #1054) Unknown column 'pHealth' in 'field list'
[19:38:20] [ERROR] CMySQLQuery::Execute[()] - (error #1054) Unknown column 'pHealth' in 'field list'
[19...
205
In Mysql is all: posx = 0 y= 0 z= 0 etc
205
Code:
orward OnPropTextdrawUpdate(update, h);
public OnPropTextdrawUpdate(update, h)
{
new PropertyString[256];
if(update == 1)
{
new type[10],locked[20];
if(HouseInfo[h][hInteriorType] == 0)...
794
He can´t load anything because in the data base is X= 0 Y = 0 z = 0 etc..
794
Code:
CMD:createhouse(playerid, params[])
{
if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to log in first.");
if(PlayerInfo[playerid][pAdmin]...
205
function load_pickup()
or someting ?
794
And how can i solve that ? In SQL is the Pickup not i´m sure. Only the hentryX/y/z hexitx/y/z id price etc.
794
Nope, i changed the streamer plugin and bussines pickup is back again, but house pickup ....
794
Code:
CMD:createbiz(playerid, params[]) {
if(PlayerInfo[playerid][pAdmin] < 6) return 1;
new type, value, level, idd = bussines+1, Float: Pos[3], query[256];
if(sscanf(params, "iii", type, val...
794
So any command to solve this problem ? i´m realy beginner in powno
I think realy is missing me a plugin or something but ok
794
Code:
stock LoadTextdraws()
{
Date = TextDrawCreate(549.599975, 14.933262, "31.12.2018");
TextDrawLetterSize(Date, 0.275599, 1.555199);
TextDrawAlignment(Date, 1);
TextDrawColor(Date, -1);
T...
794
i dont create it! I create it before the restart and after the server restart is the pickup and 3dtext deleted. That´s it!
When i try to create again, after next server restart i deleted. butt house ...
794
Do you mean how i create the pickup/house or how i do the restart?
794
i can create it with /createhouse but after restart is deleted
794
How to remove this hand there ?
https://i.imgur.com/wmO6Zpj.png
155