09.04.2010, 18:41
Quote:
Originally Posted by $€ЯĢ
Quote:
|
Originally Posted by $€ЯĢ
Quote:
|
Код:if(strcmp(cmdtext, "/closederby", true) == 0) { DestroyDynamicCP(21); return 1; } if(strcmp(cmdtext, "/openderby", true) == 0) { TogglePlayerDynamicCP(playerid, 21, true); return 1; }
if(strcmp(cmdtext, "/closederby", true) == 0)
{
DestroyDynamicCP(21);
return 1;
}
if(strcmp(cmdtext, "/closederby", true) == 0)
{
for(new i; i<MAX_PLAYERS; i++)
TogglePlayerDynamicCP(i, 21, true);
return 1;
}
C:\Users\\\Desktop\\\gamemodes\Q.pwn(619) : error 055: start of function body without function header
C:\Users\\\Desktop\\\gamemodes\Q.pwn(620) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
public OnPlayerPickUpDynamicPickup(playerid, pickupid);
{
return 1;
}
public OnPlayerPickUpDynamicPickup(playerid, pickupid)
{
return 1;
}
Originally Posted by [03
Garsino ]
You dont need the ';' in a public 'name' (only when you're forwarding a public) pawn Код:
|
Originally Posted by cmg4life
didnt read the whole topic, soz.
Suxs it doesn't have Attach Object to Player Or Can you use sa-mp default function ? |
Originally Posted by RoamPT
I've got a doubt, the objects doesn't show up in the login gui, they appear to me after spawning. How can i change so?
|
Originally Posted by $ЂЯĢ
Quote:
|
Originally Posted by cmg4life
Quote:
My question is, does this streamer have AttachObjectToPlayer or i can use streamed objects with default sa-mp function ? Also if i use normal objects + streamed objects, conflicts appear. EDIT: Seems AttachObjectToPlayer with Dynamic Objects, doesn't work, would be cool if added. |
Originally Posted by cmg4life
Quote:
My question is, does this streamer have AttachObjectToPlayer or i can use streamed objects with default sa-mp function ? Also if i use normal objects + streamed objects, conflicts appear. EDIT: Seems AttachObjectToPlayer with Dynamic Objects, doesn't work, would be cool if added. |
Originally Posted by Josh!
Pickups don't show in interiors? Even with the '-1' values set.
|
Originally Posted by emle98
Can I have the old 2.1 Version of the streamer please? .dll and .so? PM me
EDIT: Error obtaining native adresses? What is this? Why I get this when I start server. Please help This is what I get after updating the streamer from 2.1 to 2.3.7 help pls |