25.02.2009, 23:37
Hey hey!... [SAP]Sidhu here. I'm currently making a new FS and am using an interior. When I put the coords in for where I want the icon, 1 of 2 don't show... How can I fix this?
|
Originally Posted by [SAP
Sidhu ]
Hey hey!... [SAP]Sidhu here. I'm currently making a new FS and am using an interior. When I put the coords in for where I want the icon, 1 of 2 don't show... How can I fix this? |
if( pickupid == clubint) {
SetPlayerPos(playerid,6628.1372,-2254.7288,4.6587);
}
if( pickupid == clubint) {
SetPlayerInterior(playerid,InteriorID);
SetPlayerPos(playerid,6628.1372,-2254.7288,4.6587);
}
|
Originally Posted by [LorD
bAr[Sp] ]
Dude... In This Line!: Код:
if( pickupid == clubint) {
SetPlayerPos(playerid,6628.1372,-2254.7288,4.6587);
}
Код:
if( pickupid == clubint) {
SetPlayerInterior(playerid,InteriorID);
SetPlayerPos(playerid,6628.1372,-2254.7288,4.6587);
}
|
