Search Results
Is it possible if this: PHP код: if(Houses[house][EHouseOwnerSQLID] = GetPVarInt(playerid, "CharID")) {  then spawn player at the house he owns.. PHP код: SetPlayerPos(playe...
74
make sure you have cuffs.inc in pawno/include folder.
250
Quote: Originally Posted by Juvanii So what ? i'm talking about scamming. So they closed NGG, not sure if they did the same with Vortex
181
I would say add space or _____ to make it longer/wider as you cannot define the size of a dialog box. it depends on the text
80
Yes, you can just copy the interior's coordinates and paste it inside the map editor and go.. you do need an interior ID, only coordinates are fine.
70
OVH, cheap & protected with best protection.
149
You are using WHITE 3dtext color. change COLOR_WHITE to something else if you want to change the color
133
Quote: Originally Posted by Ponga error 017: undefined symbol "X" Replace X, Y, Z with your coordinates LOL and virtualworld to 0 or PHP код: MyLabel = Create3DTextLabel("Tex...
99
Show me where this is defined: PHP код: Reloadobjects(objectid); 
152
PHP код: new Text3D:MyLabel;  PHP код: MyLabel = Create3DTextLabel("Text", 0x008080FF, X, Y, Z, 40.0, virtualworld, 0);  PHP код: CMD:removehorse(playerid, ...
99
try reloading the object on save.
152
Quote: Originally Posted by Sunehildeep PHP код: housesTryEnterExit(playerid) {     for(new i=0;i<sizeof(Houses);i++) {         if(IsPlayerInRangeOfPoint(playerid,...
281
Quote: Originally Posted by Sunehildeep It'll set your VW to the one in which you were before entering the house yes it should do that but it isnt doing that.. so.
281
Quote: Originally Posted by Sunehildeep PHP код:                 SetPlayerVirtualWorld(playerid, GetPVarInt(playerid, "VirtualW"));  Didn't work for s...
281
Quote: Originally Posted by Sunehildeep PHP код:                 SetPlayerInterior(playerid, GetPVarInt(playerid, "Interior"));                 Se...
281
PHP код: housesTryEnterExit(playerid) {     for(new i=0;i<sizeof(Houses);i++) {         if(IsPlayerInRangeOfPoint(playerid, 1.5, Houses[i][EHouseX],Houses[i][EHouseY],Houses...
281
PHP код: Houses[i][EHousePickup] = CreateDynamicPickup(Houses[i][EHouseOwnerSQLID]>0?19522:1273,16,Houses[i][EHouseX], Houses[i][EHouseY], Houses[i][EHouseZ]);  How can I change th...
125
That didn't work.. it still destroys the vehicle on player disconnect..
81
PHP код: vehOnPlayerDisconnect(playerid, reason) {     #pragma unused reason     DestroyProgressBar(Bar:GetPVarInt(playerid,"FuelBar"));     TextDrawDestroy(Text:GetPVarInt(play...
81