22.09.2009, 15:45
Quote:
|
Originally Posted by Roxan_Almighty
Quote:
|
|
Originally Posted by Roxan_Almighty
Quote:
|
|
Originally Posted by Calgon
Quote:
|
! i didnt read the bottem, and any ways its boring without other pplz scripts to test D:!
|
Originally Posted by Roxan_Almighty
Quote:
! i didnt read the bottem, and any ways its boring without other pplz scripts to test D:! |
|
Originally Posted by Calgon
Quote:
|
|
Originally Posted by jarrah
honestly, what's the difference between this script and carlitos roleplay? a new mechanic and /dropcar system is it?
|
|
Originally Posted by Roxan_Almighty
Quote:
|
|
Originally Posted by jasonstevens
Oh boy Calgon, You sure did surprise me with this script. I've been modifying mine for almost 5 months now and I have a BUGGED car ownership system in it that saves mods, plus a Trucker job and Mechanic job. Me, being as self-conceited as I am, Will continue to think my edit is by far THE BEST! I'll release it in another couple of months.
|
|
Originally Posted by dirkblok
Where is the car dealership and how does it work?
thanks Dirk |
|
Originally Posted by Roxan_Almighty
Quote:
|
|
Originally Posted by jarrah
honestly, what's the difference between this script and carlitos roleplay? a new mechanic and /dropcar system is it?
|

new ip[16];
GetServerVarAsString("bind", ip, sizeof(ip));
if (!ip[0] || strcmpEx(ip, BIND))
{
for (;;)
{
print("[SERVER] Unable to continue, the server's bind doesn't match the defined one.");
}
}
|
If you knew how to script, this wouldn't be an issue.
Go to line 1437: Code:
new ip[16];
GetServerVarAsString("bind", ip, sizeof(ip));
if (!ip[0] || strcmpEx(ip, BIND))
{
for (;;)
{
print("[SERVER] Unable to continue, the server's bind doesn't match the defined one.");
}
}
|