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...
160
make sure you have cuffs.inc in pawno/include folder.
404
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
379
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
197
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.
182
OVH, cheap & protected with best protection.
255
You are using WHITE 3dtext color. change COLOR_WHITE to something else if you want to change the color
302
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...
237
Show me where this is defined: PHP код: Reloadobjects(objectid); 
380
PHP код: new Text3D:MyLabel;  PHP код: MyLabel = Create3DTextLabel("Text", 0x008080FF, X, Y, Z, 40.0, virtualworld, 0);  PHP код: CMD:removehorse(playerid, ...
237
try reloading the object on save.
380
Quote: Originally Posted by Sunehildeep PHP код: housesTryEnterExit(playerid) {     for(new i=0;i<sizeof(Houses);i++) {         if(IsPlayerInRangeOfPoint(playerid,...
571
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.
571
Quote: Originally Posted by Sunehildeep PHP код:                 SetPlayerVirtualWorld(playerid, GetPVarInt(playerid, "VirtualW"));  Didn't work for s...
571
Quote: Originally Posted by Sunehildeep PHP код:                 SetPlayerInterior(playerid, GetPVarInt(playerid, "Interior"));                 Se...
571
PHP код: housesTryEnterExit(playerid) {     for(new i=0;i<sizeof(Houses);i++) {         if(IsPlayerInRangeOfPoint(playerid, 1.5, Houses[i][EHouseX],Houses[i][EHouseY],Houses...
571
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...
238
That didn't work.. it still destroys the vehicle on player disconnect..
197
PHP код: vehOnPlayerDisconnect(playerid, reason) {     #pragma unused reason     DestroyProgressBar(Bar:GetPVarInt(playerid,"FuelBar"));     TextDrawDestroy(Text:GetPVarInt(play...
197