Posts: 887
Threads: 251
Joined: Jun 2011
Reputation:
0
When i make dynamic CP only for one player it shows for everyone./.
Posts: 371
Threads: 66
Joined: Oct 2012
Reputation:
0
hmmm it is possible but it take alot of code...
there is a option in CreateDynamicCP and named playerid = -1.. you must change it
Posts: 887
Threads: 251
Joined: Jun 2011
Reputation:
0
i have this.
but still doesn't works
HouseEnter[i][playerid] = CreateDynamicCP(HouseInfo[i][hEntrancex],HouseInfo[i][hEntrancey],HouseInfo[i][hEntrancez], 1.5, -1, -1, -1, 100.0);
Posts: 887
Threads: 251
Joined: Jun 2011
Reputation:
0
it's good?
HouseEnter[i][playerid] = CreateDynamicCP(HouseInfo[i][hEntrancex],HouseInfo[i][hEntrancey],HouseInfo[i][hEntrancez], 1.5, -1, -1, playerid, 100.0);
it works thanks!