|
|
#1 |
|
Big Clucker
![]() ![]() Join Date: Mar 2009
Posts: 80
Reputation: 3
|
Hee all,
I could use some help with a createobject, it seems so easy but it confuses me, When i use CreateObject(8399,583.29998779,-1508.59997559,18.70000076,0.00000000,0.00000000,27 0.00000000); //object(nightclub01_lvs) (5) in OnGameModeInit, The object creates just fine, But when i try to make a command to create the object the object isn't beeing created. Here is the Code: if (!strcmp("/testobj2", cmdtext)) { Level[playerid] = (dUserINT(PlayerName(playerid)).("Level")); if(Level[playerid] >= 5) { CreateObject(8399,583.29998779,-1508.59997559,18.70000076,0.00000000,0.00000000,27 0.00000000); //object(nightclub01_lvs) (5) SendClientMessageToAll(0xFFD700AA, "Obj2 created"); } } Either i do get the message, what did i do wrong? Thanks in advance, Jop9888 |
|
|
|
|
|
#2 |
|
Banned
![]() Join Date: Mar 2012
Location: India,Mohali
Posts: 605
Reputation: 0
|
Buddy u cant create Objects by that method !
|
|
|
|
|
|
#3 |
|
Big Clucker
![]() ![]() Join Date: Mar 2009
Posts: 80
Reputation: 3
|
Damm, how can i?
|
|
|
|
|
|
#5 |
|
Big Clucker
![]() ![]() Join Date: Mar 2009
Posts: 80
Reputation: 3
|
This script allows you to spawn and control floating text (not 3D labels) text around the map and control it however you would like. This include requires your server to be running on 0.3e.
How is this include gonna create an object?.. |
|
|
|
|
|
#6 |
|
Huge Clucker
![]() ![]() ![]() Join Date: Jul 2012
Location: On Earth
Posts: 267
Reputation: 14
|
pawn Code:
if ur using dcmd then before this code write pawn Code:
|
|
|
|
|
|
#7 | |
|
Big Clucker
![]() ![]() Join Date: Mar 2009
Posts: 80
Reputation: 3
|
Quote:
|
|
|
|
|
|
|
#8 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Mar 2012
Location: Gurgaon,India
Posts: 743
Reputation: 137
|
pawn Code:
It does creates the object. I tested it myself. Code : pawn Code:
It created object at my current location. Therefore, I was inside it and was unable to see it, but when I went outside I could see the object. |
|
|
|
|
|
#9 |
|
Big Clucker
![]() ![]() Join Date: Mar 2009
Posts: 80
Reputation: 3
|
solved,
Reached the maximum amount of objects, now using incognito and works |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| please help me for create object | nton | Server Support | 3 | 10/06/2012 11:13 AM |
| Create New Object | Cebo | Client Support | 2 | 23/04/2012 10:27 AM |
| How to create your own object for SA-MP | int3s0 | Screenshots and Videos | 1 | 13/08/2011 07:11 PM |
| Help With Create Object | Keeboo13 | Help Archive | 7 | 28/02/2010 02:18 PM |
| Can you create a new object? | dirkblok | Help Archive | 14 | 15/10/2009 03:25 PM |