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