07.09.2007, 06:40
Quote:
|
Originally Posted by Pentel
Quote:
pawn Код:
|
|
Originally Posted by Pentel
Quote:
pawn Код:
|
368.1495,-114.9159,1001.4922,37.7903 380.0675,-133.5288,1001.4922,259.9459
|
Originally Posted by Pentel
*Sorry for Bumping, But I'm serious need of help*
How do I combine: Код:
368.1495,-114.9159,1001.4922,37.7903 380.0675,-133.5288,1001.4922,259.9459 {Xmin, Ymin, Xmax, Ymax} |
?{368.1495,-114.9159, 380.0675,-133.5288}
{368.1495,-133.5288, 380.0675,-114.9159}
.

|
Originally Posted by Y_Less
Quote:
![]() |
|
C:\Users\Jack\Desktop\VRPL\gamemodes\Land.pwn(144) : error 017: undefined symbol "playerCheckpoint" C:\Users\Jack\Desktop\VRPL\gamemodes\Land.pwn(144) : error 029: invalid expression, assumed zero C:\Users\Jack\Desktop\VRPL\gamemodes\Land.pwn(144) : error 029: invalid expression, assumed zero C:\Users\Jack\Desktop\VRPL\gamemodes\Land.pwn(144) : fatal error 107: too many error messages on one line |
switch (playerCheckpoint[playerid]) {
|
Originally Posted by [GM
The_Don ]
Код:
if(strcmp(cmd, "/buy", true) == 0) {
new property=999;
if(IsPlayerInCheckpoint(playerid)) {
switch (playerCheckpoint[playerid]) {
case CP_DRAGON:{
property = P_DRAGON;
}
case CP_SEXSHOP:{
property = P_SEXSHOP;
}
case CP_BAR:{
property = P_BAR;
}
case CP_CALIGULA:{
property = P_CALIGULA;
}
case CP_ZIP:{
property = P_ZIP;
}
case CP_BINCO:{
property = P_BINCO;
}
case CP_TATOO:{
property = P_TATOO;
}
case CP_BOTIQUE:{
property = P_BOTIQUE;
}
case CP_PAWN:{
property = P_PAWN;
}
}
|
Lol Thanks any way seif

What's wrong